Suppose there's a column value:
235698752
How do I break it like:
2 3569 8752
How can this be done in a SQL statement?
|
Suppose there's a column value:
How do I break it like:
How can this be done in a SQL statement? |
|||||||||||||||
|
|
Another option, also for SQL Server:
|
|||
|
|
Here's a shot, not sure if it's exactly what you want:
|
|||
|
|
|
The same thing, in Oracle SQL using SUBSTR
Note this assumes a length of 9 for the number. |
|||
|
|