sql-builder icon indicating copy to clipboard operation
sql-builder copied to clipboard

Adding compound WHERE statement example

Open thepacketgeek opened this issue 3 years ago • 0 comments

This adds an example for how to accomplish #12 to the examples dir:

$ cargo run --example compound_where -q
SELECT * FROM table WHERE field1 = '' OR ((field2 = '') AND (field3 = ''));

thepacketgeek avatar Apr 27 '22 21:04 thepacketgeek