blob: fde7f21d5fee3bdbfe5ac5a12de93c6fa42308a4 [file] [log] [blame]
DECLARE float_test FLOAT DEFAULT 0;
SET float_test = 2.1;
PRINT float_test;
PRINT CHAR(float_test);