issues
search
wagonhq
/
feedback
A place to discuss Wagon features and fixes, join us on Slack at
http://band.wagonhq.com
6
stars
0
forks
source link
error when selecting decimal fields in MySQL
#2
Closed
grano
closed
8 years ago
grano
commented
8 years ago
Running
select 1/2;
results in an error in MySQL
grano
commented
8 years ago
Fixed!
Running
select 1/2;
results in an error in MySQL