truncate ->this resets the entire table, is there a way via truncate to reset particular records/check conditions.
For ex: i want to reset all the data and keep las
No, TRUNCATE is all or nothing. You can do a DELETE FROM WHERE but this loses the speed advantages of TRUNCATE. 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
TRUNCATE
DELETE FROM WHERE but this loses the speed advantages of TRUNCATE. 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题