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 cursor curTest (nNumeric N(20))
insert into curTest Values (12345678901234567890)
create cursor curTest (nNumeric N(19))
insert into curTest Values (1234567890123456789)