Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

delete top 10 rows in sql

/* Put the name of your table in Table*/

DELETE TOP (10)
FROM Table
Source by www.techonthenet.com #
 
PREVIOUS NEXT
Tagged: #delete #top #rows #sql
ADD COMMENT
Topic
Name
6+1 =