Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/rxm.git

Clarified that WHERE clauses are optional.

Author Dave Jarvis <email>
Date 2015-02-09 19:22:48 GMT-0800
Commit ccf21b2aac3f0239936776c5d3607131ad4dd379
Parent 432e88f
README.md
address > address, # switch context to "address" node
.*, # .* globs all columns
-; # Starts WHERE clause
+; # Starts the optional WHERE clause
```
Delta 1 line added, 1 line removed