**fScan Reference Manual, Chapter 2 (CmdLineOptions): table_merge** ===== Table merge -- Merge data in two different tables===== **usage: -table merge TBLNAME FLAG TBL2NAME MERGECOL**\\ This command will merge rows of data from table TBL2NAME into table TBLNAME, based on the value of column MERGECOL. MERGECOL must exist in both tables. Values in MERGECOL should be unique within each table. FLAG: * 1 - copy rows in TBL2 to TBL (default)\\ * 2 - delete row in TBLNAME if not found in TBL2NAME\\ * 4 - inverse flag; if copying, copy rows in TBL2 not found in TBL. If deleting, delete rows in TBL if not found in TBL2. **See Also:**\\ [[jvs:fscan:manual:chapter2:table|Table]], [[jvs:fscan:manual:chapter2:browse|Browse]] [[jvs:fscan|fScan Home]], [[jvs:fscan:manual|fScan Manual]], [[jvs:fscan:manual:chapter2|CmdLineOptions]], [[jvs:fscan:manual:help|Manual Help]]