We moved to new place!!
Advertisements
Coding
To add new column to table follow this steps:
Small hint:
How to copy data from one column to another:
update TABLE set destinationColumn=copyFromColumn;
for this to work remove the safe update from workbench settings.
Edit->Preferences->SQL editor, untick safe updates, reconnect to db