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 testing123 (
someField varchar(100)
)
ALTER TABLE testing123 MODIFY someField varchar(40)
SELECT 1 from sysobjects