`whenYear` >='-3000'
AND `whenYear` <='3000'
AND
(`whereLoc` ='San Francisco' OR (`whereLon` >='-122.7' And`whereLon` <='-122.12'And`whereLat` >='37.493'And`whereLat` <='38.073'))
ORDER BY `whenYear` ASC, `whenMonth` ASC , `whenDay` ASC,`eventSig` DESC
LIMIT
0
,
100