Regular Expressions
I'm working in a regular expressions which could control the sintax of a SELECT sql query but I can't manage. May I ask for some help? Thanks.
Depending on how general you want to be, it might require more than a regex. Doing all of SQL would require a lex/parser, like JavaCC. It has an ANSI SQL grammar available. Can that help you?%