Posts Tagged ‘PL/SQL’

Split String using Oracle PL/SQL

Oracle PL/SQL provides various string functions, but there is no direct function to split a string into substrings, we need to write a custom code to do this task.