I've set up this SQL query in excel:
SELECT * FROM acct.view_op_seremain
WHERE SEC_ID = (?)
I've directed the "?" parameter to cell A1 in Excel. Now, I want this A1 parameter cell to contain multiple values but I am unsure if it requires special formatting? So far I have tried to do the following in Cell A1:
Justin, John, James
('Justin','John','James')
'Justin','John','James'
None of those formats are giving me results. Do you know what I am doing wrong?