Hi All,
I can't seem to remember the numeric equivalent of space () in a select. Here is my command:
SELECT custno, SPACE(3) as type, SPACE(10) as bill_stat from test123 WHERE resto='5103'
I need to add another field as numeric in there, so something like:
SELECT custno, SPACE(3) as type, SPACE(10) as bill_stat, numeric (5,2) as numbs from test123 WHERE resto='5103'
Please help.
Thanks,
FOXUP
I can't seem to remember the numeric equivalent of space () in a select. Here is my command:
SELECT custno, SPACE(3) as type, SPACE(10) as bill_stat from test123 WHERE resto='5103'
I need to add another field as numeric in there, so something like:
SELECT custno, SPACE(3) as type, SPACE(10) as bill_stat, numeric (5,2) as numbs from test123 WHERE resto='5103'
Please help.
Thanks,
FOXUP