Hello,
I haven't used this in a while but what's the NUMERIC equivalent of SPACE(2) in an SQL command. I would need help with this example.
Example: SELECT remark, min_users, SPACE(2) as temp FROM DBF()
gives me a new Character Field of 2 characters long named "temp".
I would need: SELECT remark, min_users, SPACE(2) as temp, NUM(2) as temp2 FROM DBF()
but it does NOT create a numeric field of 2 characters long.
I've searched the web and can't seem to find the NUMERIC equivalent of SPACE(2)
Please help.
Thanks,
FOXUP!
I haven't used this in a while but what's the NUMERIC equivalent of SPACE(2) in an SQL command. I would need help with this example.
Example: SELECT remark, min_users, SPACE(2) as temp FROM DBF()
gives me a new Character Field of 2 characters long named "temp".
I would need: SELECT remark, min_users, SPACE(2) as temp, NUM(2) as temp2 FROM DBF()
but it does NOT create a numeric field of 2 characters long.
I've searched the web and can't seem to find the NUMERIC equivalent of SPACE(2)
Please help.
Thanks,
FOXUP!