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
Post a Comment