Update pgsql backup table

This commit is contained in:
sunkaixuan
2025-09-08 16:05:32 +08:00
parent 55fe8f9d50
commit d5b76e9f33

View File

@@ -139,7 +139,7 @@ namespace SqlSugar
{
get
{
return "create table {2} as (select * from {1} limit {0} offset 0)";
return "create table {1} as (select * from {2} limit {0} offset 0)";
}
}
protected override string DropTableSql