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.
Public Function MultiplyTwoNumbers (num1 As Integer, num2 As Integer) As Integer
MultiplyTwoNumbers = num1 * num2
End Function
SELECT f1, f2, MultiplyTwoNumbers (f1, f2) As Result
FROM mytable