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.
create table compressed (
f1 char(254),
f2 char(254),
f3 char(254),
f4 char(254),
f5 char(254),
f6 char(254),
f7 char(254),
f8 char(254),
f9 char(254),
f10 char(254),
f11 char(254),
f12 char(254),
f13 char(254),
f14 char(254),
f15 char(254))
#
create index idxF1 on compressed (f1)