jen
SELECT cola AS 'Column A' FROM mytable
dbarnett
var suiteQLStr = `SELECT entityid "NAME ALIAS" FROM EMPLOYEE WHERE entityid LIKE '%Dylan%'`
AK47