Subject flamerobin, declare a variable
Author firebirdsql
I'm executing a query and would like to use a variable in flamerobin, how would I do it? The following fails (I don't want to create a stored procedure or a function)

DECLARE VARIABE test VARCHAR(25);
test = 'a';
SELECT *, :test FROM accounts;