Drop
Translation reference for the drop statements.
DROP TABLE
DROP TABLE IF EXISTS [dbo].[T1], T3, T4;DROP TABLE IF EXISTS dbo.T1;
DROP TABLE IF EXISTS T3;
DROP TABLE IF EXISTS T4;Last updated
Was this helpful?
Translation reference for the drop statements.
DROP TABLE IF EXISTS [dbo].[T1], T3, T4;DROP TABLE IF EXISTS dbo.T1;
DROP TABLE IF EXISTS T3;
DROP TABLE IF EXISTS T4;Last updated
Was this helpful?
Was this helpful?