Switch to: V12V11V10V9V8V7V6V5

Table of Contents

PRINT

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;