Why is there an err parsing this DDL, and why can't the engine be more specific about locating it?
问题 With this DDL ("BLA" is a tablename in the form "CCR130329093342") ALTER TABLE BLA ADD salvation float NOT NULL WITH DEFAULT ...I'm getting, " There was an error parsing the query. [Token line number, Token line offset,, Token in error,,] " Okay, then, which line number? offset? It knows/thinks there's a problem, but can't or won't say what or where. Is there anything obviously wrong with this DDL? Should it be this instead: ALTER TABLE BLA ADD salvation float NOT NULL WITH DEFAULT 0.0 ?