Have the following script, but when I run on a 6.2.5 server using a 6.4.2 command line client no trimming is done. Lines are thousands of characters long.
Script follows: SELECT rtrim(node_name), - rtrim(filespace_name), - filespace_id, - rtrim(filespace_type), - DATE(backup_end) as "backup DATE" - FROM filespaces WHERE - DAYS(current_date)-DAYS(backup_end)> $1 What have I missed?