With QUERY how to input a variable

G

Guillaume

I'm using query to extract data from an external database and I would like to
introduce a variable in my query
Example
select * from xxxxx
where datein between date1 and date2 where date1 and date2 are two variables
 
Top