Hello,
I have made a view which I am selecting records from 9 tables, one of which is a DATETIME field. In the report that I am making I don't need to see the time so I have tried to covert the field in my sql select statement with out any luck
here is what I have
select
...
...
...
convert(date,booking.book_date, 101)
From
table 1
table 2
I know this isnt' right but if someone could give me a little help I would appreciate it...I really can't find anything specific on google that has helped me so far
Thanks in advance
Leeland
I have made a view which I am selecting records from 9 tables, one of which is a DATETIME field. In the report that I am making I don't need to see the time so I have tried to covert the field in my sql select statement with out any luck
here is what I have
select
...
...
...
convert(date,booking.book_date, 101)
From
table 1
table 2
I know this isnt' right but if someone could give me a little help I would appreciate it...I really can't find anything specific on google that has helped me so far
Thanks in advance
Leeland