Hi,
I'm new in this forum. I'm coming from different database technologies and I'm trying to familiarize with PL/SQL Developer.
My question is:
do there is a way with PL/SQL Developer to define a variable, assign to it a value and use this variable in a query?
I mean: it is possible to do something like this:
declare varname vartype;
set varname='bla bla bla';
select * from mytable where mycolomn = varname;
Sorry for the very easy quetion but I can't find anything googling it.
Thanks
I'm new in this forum. I'm coming from different database technologies and I'm trying to familiarize with PL/SQL Developer.
My question is:
do there is a way with PL/SQL Developer to define a variable, assign to it a value and use this variable in a query?
I mean: it is possible to do something like this:
declare varname vartype;
set varname='bla bla bla';
select * from mytable where mycolomn = varname;
Sorry for the very easy quetion but I can't find anything googling it.
Thanks