split character string in cell with sql

dulu
New Contributor III

I have the following input:

hinh22 

I am looking for a way to split the characters in the item_order_detail column into 2 columns itemID and itemName. As below output table uses SQL function in databricks with spark_sql version 3.2.1.

hinh223Can someone suggest a solution for me?

Thanks all