JustJosh478
MIS
I have created this statement to change a column from date/time to number and it works...
ALTER TABLE [Supplier Workbook] ALTER COLUMN [Total Time Spent] Number
but it's keeping the format of "h:nn:ss". Is there a way to add a statement to my query to clear or change the formatting to General or blank?
ALTER TABLE [Supplier Workbook] ALTER COLUMN [Total Time Spent] Number
but it's keeping the format of "h:nn:ss". Is there a way to add a statement to my query to clear or change the formatting to General or blank?