'How to store a unique query RESULT into DBeaver variable?
i'm trying to store some data in Dbeaver binding variables like these:
--test
@set test = good
--testQ
@set testQ = select date from table where id = 1;
I need to store the query result, NOT the query statment, someone knows if this is posible?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
