SQL querry typing in putty

Square brackets are used to indicate special keys.
You can escape them by putting double brackets, f.e. like this:
yourString.Replace("[", "[[")
(there’s no need to escape the closing brackets)

1 Like