Use string connectors in a query
In an Oracle tenant, `||` is used as a string connector.
SQL statement for querying the name of a customer in an Oracle tenant:
SELECT c_first || ' ' || c_last full_name FROM cust ORDER BY c_last;
OceanBase Database
Download PDF
In an Oracle tenant, `||` is used as a string connector.
SQL statement for querying the name of a customer in an Oracle tenant:
SELECT c_first || ' ' || c_last full_name FROM cust ORDER BY c_last;