Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
Im trying to append data from one table to another using a stored procedure. The original table has data saved as a specific date and time i.e. (2001-12-30 17:07:26.623) but when i append this to the new table I only want the date i.e (2001-12-30 00:00:00.000)
so i can later do a GROUP BY on the particular date. Any ideas how i do this ?
Im trying to append data from one table to another using a stored procedure. The original table has data saved as a specific date and time i.e. (2001-12-30 17:07:26.623) but when i append this to the new table I only want the date i.e (2001-12-30 00:00:00.000)
so i can later do a GROUP BY on the particular date. Any ideas how i do this ?