I am trying to create a sql script that gets values from a text file that looks like:
2234
1233
4455
223435
the statement will have to loop through the whole list, putting the information into another .txt file
the statement is :
select * from <table t> where t.id = x.txt <value from text file>
can anyone help?
2234
1233
4455
223435
the statement will have to loop through the whole list, putting the information into another .txt file
the statement is :
select * from <table t> where t.id = x.txt <value from text file>
can anyone help?