The following bug has been logged on the website:
Bug reference: 16224
Logged by: Girish
Email address: girisa67(at)gmail(dot)com
PostgreSQL version: 10.0
Operating system: Windows 10
Description:
Hi,
In Postgresql SELECT query first columnName should be enclosed with in
double quotes("columnname") and second column not required to enclose in
double quotes. Is that a bug with postgresql?
SELECT DISTINCT * FROM tabelName WHERE "CommodityId" = 1 AND column2 = 1;