Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 980 Bytes

Delete.md

File metadata and controls

30 lines (18 loc) · 980 Bytes

SQL Server DELETE

Common declarations:

1) Delete the number of random rows example

2) Delete the percent of random rows example

3) Delete some rows with a condition example

4) Delete all rows from a table example


< BACK | HOME