Tuesday, March 27, 2007

Column name in postgre SQL


In postgre SQL if we give column name like userId,it will look for userid and we will get error:
ERROR: column "userid" does not exist

To avoid this error ,give column name in lower cases

No comments: