![]() |
|
|
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 |
| Global variable declaration in shell scripting | susilgandhi | Shell Programming and Scripting | 1 | 02-06-2008 12:59 AM |
| Array Declaration and For Loop | 33junaid | Shell Programming and Scripting | 4 | 09-15-2007 05:16 PM |
| awk field declaration?? | tonet | Shell Programming and Scripting | 1 | 09-12-2007 09:23 AM |
| double variable declaration | kotasateesh | Shell Programming and Scripting | 3 | 08-31-2007 06:29 AM |
| Variable declaration | laila63 | High Level Programming | 2 | 07-07-2004 04:37 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Help with variable declaration
I declared a variable x that gets the count(*) from a table. The table name is also defined as a variable.
What's wrong with this statment : X=” select count(*) from ${table_name}“ then y = `${X}${table_name}’ echo ${y} It throws an error saying count not found. Please suggest |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|