Mega Code Archive

 
Categories / MSSQL Tutorial / Insert Delete Update
 

The syntax of the DELETE statement

DELETE [ FROM] <modified_table> [FROM     <modified_table>   <join_type> JOIN    <another_table> ON <join_condition>] [WHERE   <search_condition>]