Re: store numeric numbers with plus minus signs
"J.O. Aho" <[email protected]> Sun, 16 Apr 2023 12:00:58 +0200
| Newsgroups | comp.databases.mysql |
|---|---|
| Message-ID | <[email protected]> |
On 4/15/23 23:23, [email protected] wrote: > By the way what would be the way to store numbers with plus/minus sign (� or ± or U+00B1 or ±). THANKS! You need to see to using the right charset and that it's the same on the front end as in database. -- //Aho