Any idea why this doesn't work through my JDBC Con...
# suiteql
j
Any idea why this doesn't work through my JDBC Connection?
Copy code
select EXTRACT (year FROM t."trandate")
from "TimeBill" t;
I can use the EXTRACT function inside searches and workbooks..
j
I’ve not seen quotes like that before
j
It's my IDE (DataGrip) something to do with introspect settings
it let's me run queries without the quotes, but IntelliJ code completion wont pick up schema information/ etc. etc