You would not store a $ in the table; you would add it in your select query:
[tt]
SELECT CONCAT('$',fld1) fld1, CONCAT('$',fld2) fld2
FROM tblname
[/tt]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.