in reply to searching for multiple strings in a line

dhudnall:

If your needs are particular, and your database supports it, you might have better luck submitting your statements to the SQL engine for parsing only, and then parse the execution plan. The (few) SQL engines I'm familiar with return plans with a syntax that's a bit simpler to parse through than SQL is.

...roboticus

  • Comment on Re: searching for multiple strings in a line