Skip to content

WHERE filtering options? #434

Discussion options

You must be logged in to vote

Just to follow up on this when I used sql it also did work:

sq sql "SELECT "First Name","Last Name",City,Email FROM data WHERE ("Last Name" LIKE 'B%' AND "First Name" LIKE 'S%') ORDER BY "Last Name"" -C

Incase someone else runs into this issue.
Best

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@neilotoole
Comment options

@seven-of-eleven
Comment options

Answer selected by seven-of-eleven
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants