Hi there, I dont know if this is possible:
I have two fields:
ShowName
Showdate
all the showdate fields are in datetime format but all of them only have the date ie:
15/08/2008 00:00:00
16/08/2008 00:00:00
17/08/2008 00:00:00
Etc.
In the showname field (nvarchar(50)) I have
ShowName - Venue Number, 4.30pm £8/7 [1hr]
ShowName Venue Number, 4pm £8/7 [1hr]
ShowName Venue Number, 9.15pm £8/7 [1hr]
I want to strip the time from the showname and update the showdate field with it. Is there anyway of doing this in SQL?
I have over 1644 records to update hence my dilema of hours of labourious data entry :(
Any help much appreicated, Thanks!
Start Free Trial