![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem while storing sql query value in a variable | krishna_gnv | Shell Programming and Scripting | 1 | 02-28-2008 07:37 AM |
| storing database query in a variable | debu | Shell Programming and Scripting | 3 | 11-25-2007 07:59 PM |
| How to store query multiple result in shell script variable(Array) | div_Neev | Shell Programming and Scripting | 4 | 11-06-2007 08:10 PM |
| Perl script variable passed to Oracle query | rahulrathod | Shell Programming and Scripting | 1 | 05-30-2007 08:57 AM |
| sql query variable not exactly unix | MizzGail | Shell Programming and Scripting | 5 | 12-10-2002 03:03 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
script variable within a sql query
I created a script to read a csv file with four columns. The script also saved values of each col in a arry.
In the script, i connected to db try to run a query to pull out data baisc on the values from the csv file. select Num from tableName where Sec_Num in ('${isin[@]}') /*isin[@] is an arry which its data are from extracted from the csv file. could you please tell me what wrong with this query. When I run the script,it is unable to pull out any data from db. Do you have any suggestion? Thanks You! Last edited by Sherry_Run; 12-11-2007 at 06:21 PM.. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|