Question

I create a table with pgAdmin, a table User for exemple. When I make a query on this table I have an error :

 SELECT * FROM User

erreur de syntaxe sur ou près de « User »

There is no problem if i run a query on a table I created with a query...

Is anybody know why ?

Was it helpful?

Solution

pgAdmin seems to have some problems with case sensitivity: http://www.postgresql.org/message-id/438B8BA3.9060209@williamrosmus.com

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top