I am trying to return a calculated field of the system date on an sql query to a Progress database. I tried the following...
SELECT COUNT(DISTINCT AL1."control#"), DATE From ...
But I get an error saying that the "DATE" column is not found in the table.
Is there a way to return columns that are not in the Progress Table?
Thanks
Jim
SELECT COUNT(DISTINCT AL1."control#"), DATE From ...
But I get an error saying that the "DATE" column is not found in the table.
Is there a way to return columns that are not in the Progress Table?
Thanks
Jim