fxi: sql 拼接

This commit is contained in:
taojinlong 2021-12-10 23:37:01 +08:00
parent b71cfa8c60
commit 96b4d2cf41

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>