SyntaxFix
Write A Post
Hire A Developer
Questions
Here is sample code that might help you coping Column A to Column B:
UPDATE YourTable SET ColumnB = ColumnA WHERE ColumnB IS NULL AND ColumnA IS NOT NULL;