Hi,
I wonder how can I select the distinct date, no matter if the hours and minutes are differents.
This query will be in a sqlDataSource
Here is what I tried but gives me an error:
SELECT DISTINCT convert(varchar(10), [RECEIPT_START_DATE], 120) FROM LOADING_TABLE
ERROR: