Expr-RecordSetOps.xml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
  4. <sect1 id="Record_SetRecord_Set_Operators">
  5. <title>Record Set<indexterm>
  6. <primary>Record Set</primary>
  7. </indexterm> Operators<indexterm>
  8. <primary>Record Set Operators</primary>
  9. </indexterm></title>
  10. <para>The following record set Append operators are supported (both require
  11. that the files were created using identical RECORD structures<indexterm>
  12. <primary>RECORD structure</primary>
  13. </indexterm>):</para>
  14. <informaltable colsep="1" frame="all" rowsep="1">
  15. <tgroup align="left" cols="2">
  16. <colspec colwidth="94.80pt" />
  17. <colspec />
  18. <tbody>
  19. <row>
  20. <entry>+</entry>
  21. <entry>Append all records from both files, independent of any
  22. order</entry>
  23. </row>
  24. <row>
  25. <entry>&amp;</entry>
  26. <entry>Append all records from both files, maintaining record order
  27. on each node</entry>
  28. </row>
  29. </tbody>
  30. </tgroup>
  31. </informaltable>
  32. </sect1>