Hi, Everybody!
Imagine the following situations:
I'd like to bring from a table, just people from a list of Countries? How could I do the select statement... something as
select * from table
where inlist(country,'brazil','usa','france')
Well, I'll pass to some function a list of possible values of my table...
Is there some way?
Imagine the following situations:
I'd like to bring from a table, just people from a list of Countries? How could I do the select statement... something as
select * from table
where inlist(country,'brazil','usa','france')
Well, I'll pass to some function a list of possible values of my table...
Is there some way?