`whenYear` >='-3000'
AND `whenYear` <='3000'
AND
( `whoCharName` = 'The Black Dahlia ' or `whoRel` = 'The Black Dahlia ' or `whereLoc` = 'The Black Dahlia')
AND (`access` ='Public' )
ORDER BY `whenYear` ASC, `whenMonth` ASC , `whenDay` ASC,`eventSig` DESC
LIMIT
0
,
300