fxi: sql 拼接

This commit is contained in:
taojinlong 2021-12-10 23:37:01 +08:00
parent 1f94e7cbda
commit 87ea43b09d

View File

@ -31,9 +31,12 @@ ORDER BY
>>
previewSql(groups, aggregators, filters, orders, table, isGroup)
previewSql(limitFiled, groups, aggregators, filters, orders, table, isGroup)
::=<<
SELECT
<if(limitFiled)>
<limitFiled.limitFiled>
<endif>
<if(!groups && !aggregators)>
*
<endif>