All Tags »
sql query »
split tokenize parse
Sorry, but there are no more tags available to filter with.
-
I'd rather have a regex to split SQL statements with, but this generates problems with not splitting quoted strings as well. You would need a variable length lookbehind assertion. I'll try to match non whitespace characters instead.
If you also need to have operators like "<=" and ">=" and numbers in any ...