I'm using excel to run sql query and i want to refer the WHERE command to a specific cell in excel. For example, my code is:
SELECT [Value]
FROM [Sheet1$]
WHERE [ClientID]=2>
Instead of 2, i went to refer to specific cell in excel, suppose T1
how can I write that query?
Thanks,
Sharon
I try to write the cell instead of 2 (T1), but it doesn't work