Use this tag for questions involving SQL quoted (delimited) identifiers
I'm trying to run the following PHP script to do a simple database query: $db_host = "localhost"; $db_name = "showfinder"; $…
php sql postgresql quoted-identifierI have a table that has 20 integer columns and 1 text column named 'foo' If I run query: SELECT * from table_…
sql postgresql quoted-identifierI'm writing a Java application to automatically build and run SQL queries. For many tables my code works fine but …
sql postgresql quoted-identifierIm trying from postgres console this command: select sim.id as idsim, num.id as idnum from main_sim sim …
sql postgresql quoted-identifierHi I am trying to insert into a table tester3 it fails when i use the syntax insert into tester3 (…
sql postgresql sql-insert quoted-identifierI'm trying to connect netbeans to my postgresql database. The connection seems to have worked as I don't get any …
java sql postgresql quoted-identifierCan anyone provide insight into this? I've developed an import process using an XML data type. After the data is …
sql-server xml quoted-identifierI have been trying to query two tables in my database. In the server explorer I can see both tables …
sql postgresql quoted-identifierI'm trying to get used to Oracle, installed express one and created by 3rd part program some tables. And when …
sql oracle quoted-identifierHow I can create a table with oracle but with small characters, when I create a table with small characters …
oracle quoted-identifier