Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
first_record;
<<SEARCH>>
if ...some mandatory field... is null then --Past last row
first_record; --No match
else
if ...record not a match... then
next_record;
goto SEARCH;
end if;
end if;