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.
[158 byte] By [Alacran_xDa] at [2007-10-2 17:02:12]
# 1
Yes, go ahead and ask. That's what these forums are for.
DrClapa at 2007-7-13 18:16:07 > top of Java-index,Other Topics,Patterns & OO Design...
# 2
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?%
duffymoa at 2007-7-13 18:16:07 > top of Java-index,Other Topics,Patterns & OO Design...
# 3
> 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.There may be a sintax in Nevada. I'm not really sure.
dubwaia at 2007-7-13 18:16:07 > top of Java-index,Other Topics,Patterns & OO Design...
# 4
And the public coffers runneth over. 8)%
duffymoa at 2007-7-13 18:16:07 > top of Java-index,Other Topics,Patterns & OO Design...