> "10e" is not a valid number, just like the manual says. But "10" is a > valid number, and "e" is a valid column alias, so this is equivalent > to "SELECT 10 AS e". There's no requirement for white space between > adjacent tokens, if the tokens couldn't validly be run together into > one token.
Thanks Tom,
I haven't noticed that fact. I'll refactor my lexer to deal with that.