S
SAC
I get data from a mainframe. The date is in this format:
20051003.
How can I build a where clause in a sql statement to only return the records
for this month, using the system time.
Would I use datepart(). Just not sure on how to handle it when it's in this
format.
Should I change it using dateserial?
Any help would be appreciated.
Thanks.
20051003.
How can I build a where clause in a sql statement to only return the records
for this month, using the system time.
Would I use datepart(). Just not sure on how to handle it when it's in this
format.
Should I change it using dateserial?
Any help would be appreciated.
Thanks.