How to use tabular set? where can I find more information about tabular set?
thanks, olha
Tabular set:
A relational set expression that combines two or more tabular structures. To specify a relational set expression using SQL, use the tabular SQL object instead.
A tabular set can be used in order to join queries together where there's no relation between them. You can use it in order to join (union) 2 result sets or to find corresponding rows between 2 result sets (intersect) or to find non-matching rows in 2 result sets.
That's all