Quantcast
Channel: Avoid error out of range SQL during database migration - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Gordon Linoff for Avoid error out of range SQL during database...

You can update the data to set the values to in-range types. This looks like:update t set latitude = (case when latitude between -999999.9 and 999999.9 then latitude end), longitude = (case when...

View Article



Avoid error out of range SQL during database migration

i'm stuck on a problem of migration in my SQL Tables,example i have a table called Error that contains valueslatitude DECIMAL(9,2)longitude DECIMAL(10,8)info DECIMAL(11,8)idsf intsf tinyintvalue...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images