i need to create variables for my query
i have a inner join query Es
select * from ...
inner join
etc ..
where username = 'jack'
and value 1 = 'work'
i'd like to create on top variables for easy change value in where condition.
I have used Declare and set but show me the error PLS-00103 for group having intersect minus order start union where connect
how can i do for create variables ? thanks a lot for help, sorry for my English is not my first languages.