Use result of select in variable #20219
Leandrobugalho
started this conversation in
General
Replies: 2 comments
-
There is no such possibility. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can i use the result of select in a variable?
@set a = select nome from table1 where cod=1
select * from table where name where = :a
Database: postgresql
Beta Was this translation helpful? Give feedback.
All reactions