drop table
SQL public snippetsThe code drops a table if it exists called $&[USER_INPUT:1]
. This table holds the input data for a particular user.
Shortcut: s_table_drop
0 Comments
Add Comment
Log in to add a comment
drop table
SQL public snippetsThe code drops a table if it exists called $&[USER_INPUT:1]
. This table holds the input data for a particular user.
Shortcut: s_table_drop
Log in to add a comment