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 'calculated value' = case when isnumeric(columnA) and isnumeric(columnB) then cast(columnA as int)+cast(columnB as int) else 'Not numeric' end
from table1