Declare and reference a variable in Firebird SQL Editor Context

Asked

Viewed 262 times

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!

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.