Session variables
Database SQL, query tool, using JDBC for Oracle,SQLite,PostgreSQL,etc
Status: Abandoned
Brought to you by:
akaluza
Related to Session variables, I would like to be added the possibility to create session variables in the SQL Editor.
Something like Oracle sqlplus:
var t numer
exec :t := my_func();
select * from my_tab where col1 = :t;
Anonymous