OHDSISQL doesn't support the CTAS syntax, instead using CREATE INTO like SQL Server. Yet many people mistakenly use CTAS in their SQL, and this causes a very uninformative error message.
We should either throw a more informative error message (possibly explicitly detecting the CTAS in the input), or just add support for CTAS translation.