Viewing 2 posts - 1 through 3 (of 3 total)
Can I delete/drop the current column and add the new one without losing any data?
March 15, 2018 at 8:05 am
#1983390
It would be 3 years to the day the query is ran, my date column is CAST(CustomPollersStatus.Status AS Date)
I updated the WHERE to this
WHERE (CustomPollers.UniqueName = 'APCupsBasicBatteryLastReplaceDate') AND (CAST(CustomPollerStatus.Status AS...
May 14, 2015 at 9:48 am
#1797909