Posts by Caroline • 36 points
1 post
-
1
votes1
answer293
viewsA: Compare values using SQL
You can use Mysql Replace https://www.w3resource.com/mysql/string-functions/mysql-replace-function.php SELECT <CAMPOS> FROM <TABELA> WHERE CAST(REPLACE(REPLACE(CAMPO, '.', ''),',','.')…