1
it is possible to declare and reference a variable in the context of SQL Editor?
I know how to do it in Mysql. For example, follow a Mysql example of what I want.
SET @var = 10;
SELECT @var;
Thanks in advance!
1
it is possible to declare and reference a variable in the context of SQL Editor?
I know how to do it in Mysql. For example, follow a Mysql example of what I want.
SET @var = 10;
SELECT @var;
Thanks in advance!
Browser other questions tagged firebird variable-declaration
You are not signed in. Login or sign up in order to post.