|
|
Archives of the TeradataForum
Message Posted: Wed, 12 Sep 2012 @ 09:33:00 GMT
Subj: | | 3706: Syntax error |
|
From: | | abhishek.gupta |
Hi All,
I am getting following error with the query below:
3706: Syntax error: expected something between ')' and ','.?
SELECT
a.System_Dt? Sys_Dt,
a.Ownership_Desc??Ownership_Desc,
a.Actl_Utilization_Nr? Actl,
a.Vendor_Nr??Vendor_Nr,
FROM
Vendor a
WHERE
System_Dt IN ( {ts '2012-05-10 00:00:00'},{ts '2012-05-09 00:00:00'} )
System_Dt is a DATE field with a format of YYYY-MM-DD. If someone has encountered and knows about this issue kindly help.
Regards
Abhishek
| |