Connecting Tech Pros Worldwide Help | Site Map

dynamic SQL query question

leileili@hotmail.com
Guest
 
Posts: n/a
#1: Nov 13 '05
Hello,
I'm new in dynamic SQL query and I have a problem need help.

For example: I have a SQL query like this:

select hw.family,hw.id where hw.id="1234567";

and I have a txt file holding more than ten thousands id.
I need feed the ids from the file to the SQL query, inside
the "???", please let me know how can I do this?

then I put the SQL query in a file and run it from another .csh
file. Inside the .csh file, I have something like this:

mysql -u usrname dataname< /directory/sqlfile
[color=blue]
>/directory/outputfile/id_???[/color]

how can I have the output files created with different names according
with the id inputs in the run time?

Thanks a lot.

Closed Thread