MySql BackUpTable BUG

This commit is contained in:
610262374@qq.com
2018-11-20 14:35:34 +08:00
parent 61b3be0f8f
commit 19ae5b1845

View File

@@ -104,7 +104,7 @@ namespace SqlSugar
{ {
get get
{ {
return "SELECT * INTO {1} FROM {2} limit 0,{0}"; return "Create table {1} (Select * from {2} LIMIT 0,{0})";
} }
} }
protected override string DropTableSql protected override string DropTableSql