in reply to Parsing text-based queries to SQL queries

You might be able to paste the given statement in the WHERE part, and then use SQL::Parser to examine / modify it.

Hope this helps.

  • Comment on Re: Parsing text-based queries to SQL queries

Replies are listed 'Best First'.
Re^2: Parsing text-based queries to SQL queries
by srdst13 (Pilgrim) on Sep 29, 2005 at 11:51 UTC

    This looks like it might work for me. Thanks for the pointer.

    Sean