Table of Contents
UnityJDBC supports a cross-database SELECT
statement. The SELECT
statement has the standard SQL-92 syntax
and supports WHERE
, ORDER BY
, GROUP
BY
, and HAVING
. UnityJDBC supports subqueries on a single database and cross-database including subqueries in the FROM
clause and WHERE
clause.
entire query is on a single database. SQL functions are supported using a function syntax with parameters rather than
using SQL keywords and syntax. Table and fields often should be prefixed with the database
name they originate from. This database name is provided in the schema file for the data
source.