Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ExcelSQL supports SELECT queries with WHERE, GROUP BY, HAVING, ORDER BY and JOINS clauses. This document details Aqua Data Studio's ExcelSQL syntax.

"Database" refers to the directory where the Excel file resides. "Schema" refers to the Excel file. "Tables" are the worksheets in the Excel file.

An object name may be quoted or unquoted. If an object name contains special characters, you must quote it whenever you refer to it. The quote identifiers supported by ExcelSQL are the square brackets ([object name]) and double quotes ("object name").