sql - Manipulate Data to retrieve specific digit -


i have table column this:

location  19.15 19.14 19.13 18.01 18.02 

i searched function retrieve 2 digit beginning this:

location  19 19 19 18 18 

unfortunately can't find solution yet .

select cast(location int) location your_table 

Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -