Use this tag for questions involving SQL quoted (delimited) identifiers
Let's consider the following postgres query: SELECT * FROM "MY_TABLE" WHERE "bool_var"=FALSE AND "str_var"='something'; The query …
postgresql quoted-identifierI'm running a simple select query: SELECT return_part_i.CntrctTrmntnInd FROM return_part_i LIMIT 10; And getting the following …
sql postgresql quoted-identifierI tried to make an insert to my postgres database with Java. I have default configuration for my local database. …
java postgresql sql-insert quoted-identifier