Skip to Content

Join

Join operation joins two table (Source and Joined) and creates the target table. Join conditions is a list of column name, operation, value triples that are combined by AND logical operators. When you specify a value you do not quote it: for example, if it is a string, just type the content of the string without quotes.

Last updated on