mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-20 00:44:19 +08:00
Update pgsql
This commit is contained in:
parent
120914ec65
commit
0175e3bb96
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user