Drop
Translation reference for the drop statements.
Some parts in the output code are omitted for clarity reasons.
DROP TABLE
Drop of multiple tables is translated to a single Drop Statement
for each table in the source statement.
Source code:
IN -> SqlServer_01.sql
Translated code:
OUT -> SqlServer_01.sql
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated