|
|
|
|
|
by TylerE
4084 days ago
|
|
Let me give you an arbitrary, unknown sql string in a variable `s`, and I'll do the same with a ReQL query. The challenge is to make sure the column/field `age` is more than 20. My code is: query.filter(r.row['age'] > 20)
What's yours? (Hint: start by writing a compliant SQL parser) |
|
(Hint: start by learning metalworking)