I have a table with two DateTime fields. When I select them and cast one of them as date, it returns them both as date. For example:
select
orderdate
from tableA
would return results in datetime format. But this:
select
select
orderdate
from tableA
would return results in datetime format. But this:
select