Printing the result of expression to “Warning log” file (looks like Warnings_20081001_170701.log ).
Syntax
print_string : PRINT expr
Arguments
expr
Any SQL expressions allowed by Valentina SQL grammar.
Examples
SQL EXAMPLE:
PRINT 'just a string'; PRINT 'value of @a = '; PRINT @a;