Update pgsql

This commit is contained in:
sunkaixuan 2025-08-12 20:49:47 +08:00
parent 120914ec65
commit 0175e3bb96

View File

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