My psql table structure like below:
id userName gender
1 xxxx Male
if I am using query like below from psql shell:
select * from table where userName="xxx";
It gives error: Error: column "userName" does not exists.
How can I query if column name contain with camelCase.