Use this guide to review how to create a select SQL statement to use in the SQL Executer.
Note: You can find field and data table names in the Data Models section of DataLink.
select [all | distinct] field1[,field2]
from table1[,table2]
[where conditions]
[group by field-list]
[having conditions]
[order by field-list]
Contact the Data Warehouse team or enroll in a SQL training class.