Lines Matching refs:right
386 # the left and right-hand datasets.
390 # of calculating the cartesian product of the left and right-hand datasets.
427 # followed by all the columns of the right-hand dataset.
447 # left-hand and right-hand datasets.
465 # consists of Nleft rows of Mleft columns, and the right-hand dataset of
541 # right of the join-operator.
592 # USING clause, the column from the right-hand dataset is omitted from
626 # right-hand dataset.
648 # columns that would normally contain values copied from the right-hand
662 # column names that appear in both the left and right-hand input
685 # EVIDENCE-OF: R-49566-01570 If the left and right-hand input datasets
1285 SELECTs to the left and right of %s do not have the same number of result columns
1420 # ALL operator, and all the rows from the SELECT to the right of it.
1473 # intersection of the results of the left and right SELECTs.
1482 # right-hand SELECT.
1531 # text values is determined as if the columns of the left and right-hand
1532 # SELECT statements were the left and right-hand operands of the equals
1586 # connected into a compound SELECT, they group from left to right. In
1722 # column of the result set (columns are numbered from left to right
1916 # Otherwise, the next SELECT to the right is tried, and so on.