Categories
How to merge columns?
Answer the question
In order to leave comments, you need to log in
Copy data to date field Delete data column: UPDATE tbl_name SET date = data WHERE date IS NULL ALTER TABLE tbl_name DROP COLUMN data;
UPDATE tbl_name SET date = data WHERE date IS NULL
ALTER TABLE tbl_name DROP COLUMN data;
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question