-1
3
llucycodes42
This code removes the &[USER_INPUT:2:col_name]
column from the User Input table.
Shortcut: s_alter_drop
ALTER TABLE `table` DROP COLUMN `col_name`;
-1
3
llucycodes42
This code removes the &[USER_INPUT:2:col_name]
column from the User Input table.
Shortcut: s_alter_drop
ALTER TABLE `table` DROP COLUMN `col_name`;