Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 814 Bytes

InsertSelect.md

File metadata and controls

25 lines (15 loc) · 814 Bytes

SQL Server INSERT INTO SELECT

1) Insert all rows from another table example

2) Insert some rows from another table example

3) Insert the top N of rows

4) Insert the top percent of rows


< BACK | HOME