In Toad Data Point you can publish queries with parameters to Toad Intelligence Central so that your data consumers can add their own parameter values at run time....
A lot’s been said about last week’s Gitlab outage so I’m not going to go over the details here but I do want to talk about one point that was when I was watching the guys fix the issue live on youtube...
If you want to find the minimum salary among all employees, you may issue a SQL statement like this: select min(emp_salary) from employee Plan 3 SELECT STATEMENT
2 SORT AGGREGATE
...