Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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:
Try wrapping the table name with square brackets while removing double quotes.