I have a select query I want to split the number into 3 values. Please help me to do this.
SELECT Code FROM Source
Code
----------------
21859633525935
I want to split the Code
into 3 values and display in 3 columns using SELECT
query, i.e.:
First value Second value Third value
---------------------------------------------------
21 85963 3525935