'split int col in Teradata

I was trying to split int column in Teradata but its showing error

*** Failure 9134 Unsupported type detected.

SELECT col1,strtok(col2,0 ,1) FROM table;


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source