Hello,
I am not sure if this is possible. Can an SQL script look into a text file and use what it finds in there? What is in the text file can be arrange/formatted in any way, even as SQL.
For example, I would have:
This is because the data that is looked for is changed by another process.Code:SELECT t.* FROM Some_table t WHERE t.key_feild IN (look_in_the_text_file)
Thanks.


LinkBack URL
About LinkBacks
Reply With Quote
