![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Filesystems, Disks and Memory Questions involving NAS, SAN, RAID, Robotic Libraries, backups, etc go here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| join (pls help on join command) | summer_cherry | Shell Programming and Scripting | 1 | 12-31-2007 01:19 AM |
| Command line tool to join multiple .wmv files? | karman | OS X (Apple) | 2 | 09-22-2007 10:52 PM |
| how to join files | jxh461 | UNIX for Dummies Questions & Answers | 5 | 08-23-2007 04:11 AM |
| join files | mohan705 | Shell Programming and Scripting | 3 | 03-15-2007 02:51 AM |
| Join Files | choppas | Shell Programming and Scripting | 2 | 10-18-2006 07:03 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
I have to join 2 files based on two key field columns. But join command allows to give only one key column for fetching.So kindly update me whether i can compare 2 files based on two key columns or more than one key column.If so what is the syntax to compare it. With thanks in advance, subra. |
| Forum Sponsor | ||
|
|
|
|||
|
I don´t think you´re right, nisha, cause he like to join two files based on two fields and not only want´s to see the difference between those files for what you´re using the diff/compare command.
But I´ve no idea how to help - probably awk or sed should help let me have a look :-) BRGDS Frank |
|
|||
|
Hi,
I am specifically looking for the join command only...I've got the results from the diff utility and now i want to seperate the results obtained from it based on some conditions..So i want to know whether join can be used for more the one key column ... with thanks subra |
|
|||
|
Hi,
I think i did not state my query properly.This is the actual scenario.... Consider that there are two files. Each file contains data stored in a table in a database. Assume that the respective tables have primary key defined on atleast two columns. Is it possible to join the two files on these primary key columns? with thanks in advance, subra. |