Hi,
I've been trying to pass a parameter (cell.value) to a mysql query so I can update the query via a cell input and not have to use the command line.

Here is what I have:
Select
domain As Domain, Date(time_period) As Date
From mytbl
Where domain in (Select * From [tblSpend$g2])

tblSpend$g2 is my worksheet name and the cell I want the parameter to pass from.

Windows7
MySQL 5.1.11

Thanks!