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 fieldname1, fieldname2, ..., fieldnameN,
CASE WHEN (SELECT NAME FROM sysfiles WHERE fileid=1) = 'tempMydb'
THEN fieldnameX
ELSE [i]another action?[/i]
END
FROM tablename