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

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -