DevExtreme-PHP-Data
DevExtreme-PHP-Data copied to clipboard
filter decimal o float number doesn't work
hi, hi, i'm using your disclaimer, but filtering on a float or decimal number doesn't work
i saw that to make mysql filter a decimal number in this world:
select * from clienti where CAST(prezzo AS DECIMAL) = CAST(230.45 AS DECIMAL);
any help?
br Max