Update DuckDb

This commit is contained in:
sunkaixuan 2025-04-20 18:24:06 +08:00
parent b4f5310db8
commit 4876fc8f9d

View File

@ -9,6 +9,10 @@ namespace SqlSugar.DuckDB
{
base.DbMehtods = new DuckDBMethod();
}
public override string GetLimit()
{
return " LIMIT 1 OFFSET 0 ";
}
public override string SqlTranslationLeft
{
get