You can print the output of an expression to the console using this command. This is useful for debugging purposes.
Syntax:
PRINT expression
Example:
PRINT 'Hello World'PRINT @var2

  • No labels