Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Select Statements Returning Error Message

Can anyone tell me what the problem is with this statement?

SELECT ACQUIRE, "AWARD_DATE", "CAND_STARTDATE", "CANDIDATE_NAME", "COMPLETION_DATE", "CON_DURATION", "CON_STARTDATE", "CONTRACT_NO"

FROM SALESLOGIX."IMRG_OPP_EXTENSION";

SQL

I get the following error message:





1 Reply
disqr_rm
Partner - Specialist III
Partner - Specialist III

Try wrapping the table name with square brackets while removing double quotes.