WE106: Invalid Where clause. The WHERE condition specified in the Export window is invalid. Check it for syntax errors.
WE107: Export to SQL can't export a query that contains more than one table. There is more than one table specified in the FROM clause of your Export query statement. This is not allowed when you are
exporting to SQL Statements. In SQL mode, edit the FROM clause so that it contains a single table name, or change to another
export format.
WE108: Query doesn't start with SELECT. The Export query statement doesn't begin with the SELECT keyword. In SQL mode, edit the statement so that it begins with the
word SELECT. Make sure that it forms a valid query statement.
WE109: Export doesn't understand the query. Last symbol read was symbol. SQLWizard could not interpret the SELECT statement in the Export window. Check it for syntax errors. Symbol indicates where
the error occurred. See the SQL Reference for a description of the SELECT statement syntax.