Truncate

Transact-SQL TRUNCATE statement transformation details

Source code

TRUNCATE TABLE TABLE1;

Translated code

TRUNCATE TABLE MYDB.PUBLIC.TABLE1;

Last updated