Fixes query command

This commit is contained in:
Nemo 2018-04-08 23:01:58 +05:30
parent a91c242951
commit dd95ae348a
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ This project uses GNU Parallel, Ruby, Nokogiri, and curl.
For now, run the following command to get a diff of new restaurants not in the old listings:
`q -d , "SELECT * from ./15-01-2018.csv WHERE c1 not in (SELECT c1 from 06-01-2018.csv)"`
`q -d , "SELECT * from ./2018-MM-DD.csv WHERE c1 not in (SELECT c1 from 2018-MM-DD.csv)"`