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.
select object, bin
from ourhouse t
where t.rowid = :rowid
and bin = '*'
and (store like 'EL%' or store like 'TA%')
select object, bin
from ourhouse t
where t.rowid = :rowid
and bin = '*'
and substr(store,1,2) in ('EL','TA')