Hi all,
Please take the following query:
Select date as Dt1 ,convert(smalldatetime,date,110), count(*) from feedback
where TAg='L'
Group by Date
Order by date
-----------------
I am using the convert but it snot converting,
field name is 'Date' i am forced to do this, since it is imported from dbf, so i have to keep using it ahead,
type is 'datetime' .
I need the 'date' field to be displayed in 'mm/dd/yyyy' in the result set.
any hints
Best Regards
John Philip
*** Even the Best, did the Bad and Made the Best ***
John Philip
Please take the following query:
Select date as Dt1 ,convert(smalldatetime,date,110), count(*) from feedback
where TAg='L'
Group by Date
Order by date
-----------------
I am using the convert but it snot converting,
field name is 'Date' i am forced to do this, since it is imported from dbf, so i have to keep using it ahead,
type is 'datetime' .
I need the 'date' field to be displayed in 'mm/dd/yyyy' in the result set.
any hints
Best Regards
John Philip
*** Even the Best, did the Bad and Made the Best ***
John Philip