I have an application that deals with currency amounts in table.
It would be nice if I can select certain columns (usually that deals with fractional numbers) to align right instead of left.
May be something like markdown:
SELECT 'table' as component, 'Amount' as right;