select *
from event where date_start > now() order by date_start asc
select eventid, title, description,
date_format(date_start,'%m/%d/%Y') as date_start,
date_format(date_end,'%m/%d/%Y') as date_end,
date_format(date_start,'%l %p') as time_start,
date_format(date_end,'%l %p') as time_end,
graphic, etid
from event where eventid = ?
<%-- Visual: none : end --%>
<%-- Visual: showAll : begin --%>
">
select * from pet_tips where ptId = ?
Pet Tip:
${rs.rows[0].tipShort}
Description:
${rs.rows[0].tipLong}
<%-- Visual: showAll : end --%>
<%-- Choice of Visual --%>
<%-- Scenario : showPetTips : end --%>
<%-- Scenario : generic: begin --%>
">
">
<%-- Choice of Visual --%>
<%-- Visual: challengeUserprompt : begin --%>
">
<%-- Visual: challengeUserprompt : end --%>
<%-- Choice of Visual : end --%>
<%-- Scenario : generic: end --%>
<%-- No matching scenario found --%>
<%-- Choice of Scenarios : end --%>