SQL
SQL 语句可通过
Syntax:
SQL sql_command
如果 Qlik Sense 已经以只读模式打开
相应语法为:
SQL SELECT * from tab1;
允许使用,并且考虑到一致性,将作为 SELECT 的首选语法。但是,
Arguments:
参数 | 说明 |
---|---|
sql_command | 有效的 |
Example 1:
SQL leave;
Example 2:
SQL Execute <storedProc>;