G12Consult
Programmer
Can I run a select to retrieve all the records from an IN clause
Like:
I have 5000 numbers in the clause that I need added as rows to a table
Like:
Code:
SELECT * FROM IN('3344444','43332333')
I have 5000 numbers in the clause that I need added as rows to a table