![]() |
|
|
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 |
| ksh variable pass to awk | meman1188 | Shell Programming and Scripting | 4 | 05-10-2009 01:30 AM |
| How do I pass a variable to awk? | eja | UNIX for Dummies Questions & Answers | 12 | 04-03-2007 06:46 PM |
| How to pass a variable to Awk ? | Raynon | Shell Programming and Scripting | 24 | 02-26-2007 09:25 AM |
| pass variable to awk | inquirer | UNIX for Dummies Questions & Answers | 4 | 02-11-2004 03:23 AM |
| Pass variable to sed? | kristy | Shell Programming and Scripting | 2 | 04-04-2002 04:14 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
pass a variable to sql
Hi Guys, I like to pass a variable to a sql file in a unix script.. I tried a below code.. Code:
var=200903 db2 -vf test.sql 200903 test.sql is as below. Code:
select * from db2.users where quarter = $1; Please tell me where i go wrong.. Thanks in advance, Magesh |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|