I am in the process of creating a new input in DBConnect. After running my SQL query which returns correct column, I then attempt to select a column as a timestamp, which is "Date Reported". "Date Reported" is in this format, 2017-12-15 08:39:23.0.
However DB Connect fails to identify any columns and returns "no matches" under the column drop down.
SQL Query is:
use osmq
SELECT "Date Reported" AS Date_Reported FROM Tickets_IT
Please could anyone advise!
Thanks
↧