Expr-SetOper.xml 803 B

1234567891011121314151617181920212223242526272829
  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="Set_Operators">
  5. <title>Set Operators</title>
  6. <para><emphasis>The following set operators<indexterm>
  7. <primary>Set Operators</primary>
  8. </indexterm> are supported, listed here in their evaluation
  9. precedence:</emphasis></para>
  10. <informaltable colsep="1" frame="all" rowsep="1">
  11. <tgroup align="left" cols="2">
  12. <colspec colwidth="94.80pt" />
  13. <colspec />
  14. <tbody>
  15. <row>
  16. <entry>+</entry>
  17. <entry>Append (all elements from both sets, without re-ordering or
  18. duplicate element removal)</entry>
  19. </row>
  20. </tbody>
  21. </tgroup>
  22. </informaltable>
  23. </sect1>