-
-
Notifications
You must be signed in to change notification settings - Fork 633
Scripts_repository
Paweł Salawa edited this page Jun 29, 2019
·
14 revisions
-
cnt()- replicates standard count(*) function from SQL - it's a simple example of how to implement aggregate function -
any()- it will select randomly one value from entire set of aggregated values of the passed column -
stddev()- "Standard Deviation" function
See Custom SQL functions chapter in User Manual for instructions how to use Custom SQL function scripts.
- Display execution context - if you're not sure what variables do you have available in your QtScript function, check it with this function
- find string - finds occurrence of given string in all tables in the database
- save to file - creates a file for each data row
- evaluate Tcl code - runs any Tcl code passed in first argument to the function