Syntax (SQL + Regular Expressions) |
|
SELECT d.url, d.title FROM Document d SUCH THAT d MENTIONS "Toronto" WHERE d.url CONTAINS ".ca$"; |
SELECT d.url, d.title FROM Document d SUCH THAT d MENTIONS "www6conf.slac.stanford.edu" (→|→→|→→→) d WHERE d.text CONTAINS "excursions"; |
Path Regular Expression | |
---|---|
→ | Local link: same server |
⇒ | Global link: different server |
→|⇒ | Path of length one, either local or global |
→* | Local path of any length |
SELECT url FROM http://*.edu/* WHERE keyword LIKE 'database'; |
Johnny, if you had 5$ and you asked your father for 3$ more, how many dollars would you have? – I would have five dollars… – You don’t know your arithmetic, Johnny… – You don’t know my father, Mrs. Mutch… |