Try

Type your query or get one at random

1
2
# Get suppliers located in London
restrict(supplierscity"London")
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+------+-------+---------+--------+
| :sid | :name | :status | :city  |
+------+-------+---------+--------+
| S1   | Smith |      20 | London |
| S4   | Clark |      20 | London |
+------+-------+---------+--------+