Hi,
I changed one column's format from number (e.g., 0.25) to percentage (e.g., 25%) by converting it into text. However, the right alignment isn’t working when I use the command:
SELECT 'dbr.colclass', 'Loyalty Rate', 'right';
How can I correctly change the alignment of the column using a command? Kindly any help on this.
Thank you