Subject: | ability to call "where" more than once for complex queries |
I have a complex query I'd like to use with SQL Abstract, where I would like to change the "cmp" operator for one part of the query. There a couple ways that SQL::Abstract could make cases like this easier for me:
- Allow "where" to be called multiple times, producing a cumulative result.
- Provide an option not to return the word "WHERE" with the clause, allowing for the result to be directly embeddable in a pre-existing SQL statement.
Thanks!
Mark