forked from github/dataease
fxi: sql 拼接
This commit is contained in:
parent
1f94e7cbda
commit
87ea43b09d
@ -31,9 +31,12 @@ ORDER BY
|
|||||||
>>
|
>>
|
||||||
|
|
||||||
|
|
||||||
previewSql(groups, aggregators, filters, orders, table, isGroup)
|
previewSql(limitFiled, groups, aggregators, filters, orders, table, isGroup)
|
||||||
::=<<
|
::=<<
|
||||||
SELECT
|
SELECT
|
||||||
|
<if(limitFiled)>
|
||||||
|
<limitFiled.limitFiled>
|
||||||
|
<endif>
|
||||||
<if(!groups && !aggregators)>
|
<if(!groups && !aggregators)>
|
||||||
*
|
*
|
||||||
<endif>
|
<endif>
|
||||||
|
Loading…
Reference in New Issue
Block a user