Extract numbers in SQL teratata

前端 未结 0 395
执念已碎
执念已碎 2021-01-30 04:01

any other more elegant way to extract from the third character to the anteultimate one?

select SUBSTR(TRIM(23441255739), 3, LENGTH(TRIM(23441255739))-4);
44125573         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题