标签:where UNC this not tab The delete trunc tag
No, TRUNCATE is all or nothing. You can do a DELETE FROM <table> WHERE <conditions> but this loses the speed advantages of TRUNCATE.
标签:where UNC this not tab The delete trunc tag
原文地址:https://www.cnblogs.com/kakaisgood/p/10066512.html