Skip to main content
All CollectionsDQL Reference
DQL Reference Matrix
DQL Reference Matrix
Vaughan Emery avatar
Written by Vaughan Emery
Updated over a year ago


MSSQL

Snowflake

Databricks

Oracle

MySQL

NetSuite

Postgres

CSV

Salesforce

Dynamics

USE to pick dataset

SELECT or list* of fields

COUNT(*)

MIN, MAX, SUM, AVG

WHERE condition having comparison, LIKE

Combine WHERE conditions with AND, OR

INNER, LEFT, RIGHT JOIN

X

LIMIT with OFFSET

ORDER BY

GROUP BY

X

Did this answer your question?