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.
set @Query = 'SELECT *
FROM Email_Log.dbo.Email_Log
Where ID = ' + Convert(VarChar(20), @Q_ID)
set @Query = 'SELECT *
FROM Email_Log.dbo.Email_Log
Where ID = ''' + @Q_ID + ''''