![]() |
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 |
| How to transpose a table of data using awk | ahjiefreak | Shell Programming and Scripting | 2 | 07-29-2008 12:43 AM |
| outputting data in table from grep results | Chillspark | Shell Programming and Scripting | 2 | 05-12-2008 03:21 PM |
| Help Inserting data in mysql table | vadharah | Shell Programming and Scripting | 11 | 03-30-2008 01:26 PM |
| Comparing data in file with values in table | Mohit623 | Shell Programming and Scripting | 0 | 01-22-2008 08:57 AM |
| help for writing shell script to export table data | sankarg | Shell Programming and Scripting | 3 | 10-18-2006 07:01 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How to scan data directly from Table using a script
Hi,
I have a new task where i have two tables Acct_ open and lookup table In the Acct_open table there is all the information about an account including account number and lookup table is having a country code and corresponding country name where that account has been opened. both tables are connected with each other with country code as in the Acct_open table first three digits in the account number represents country code. For e.g. In Acct_open Table, account number 300456728 200846745 101758599 - - - and in the lookup table, Country code country name 300 Singapore 200 Canada 101 US 201 India now what i need to do is to scan each record in Acct_open table and check the corresponding country name, fetch that record and put into other directory, having same name as country name, in the form of sequential file. Can anybody help me with this ASAP. Thanks |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|