Skip to content

Adding compound WHERE statement example#13

Open
thepacketgeek wants to merge 1 commit intoperdumonocle:masterfrom
thepacketgeek:compound-where
Open

Adding compound WHERE statement example#13
thepacketgeek wants to merge 1 commit intoperdumonocle:masterfrom
thepacketgeek:compound-where

Conversation

@thepacketgeek
Copy link

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 = ''));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant