J
jhrBanker
How can I format a date field in a SQL query.
Current code is:
SELECT Co, Cntr, Filedate
FROM CD
UNION SELECT Co, Cntr, Filedate
FROM CDPS
ORDER BY Co, Cntr;
Current code is:
SELECT Co, Cntr, Filedate
FROM CD
UNION SELECT Co, Cntr, Filedate
FROM CDPS
ORDER BY Co, Cntr;