Cutting-edge practices and news from SQL world
regexp_substr('1,2,3,4,5','[^,]',level) from dual connect by regexp_substr('1,2,3,4,5','[^,]',1,level) is not null
The most easiest way to generate test data in the Oracle is the method of using CONNECT BY LEVEL with the package DBMS_RANDOM. With the quer...
No comments:
Post a Comment