Saturday, 23 April 2016
What is most effective SQL command to remove all the rows from a table ?
DELETE FROM <Table
>
Problem
: What is most effective SQL command to remove all the rows from ORDER_PRODUCT table ?
Solution
DELETE FROM
order_product
No comments:
Post a Comment
Note: only a member of this blog may post a comment.
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: only a member of this blog may post a comment.