我想编写一个允许用户解析数据的代码,我知道'& ___'会弹出一个用户输入的输入框。所以我想的是允许用户输入组件数量,然后根据另一个输入框来允许用户输入子组件的长度。例如
ABCD123LMNOP
number of component =3
substr1 =1,4
substr2=5,3
subtr3=8,5
and result would be 4 columns, one with the original string, and then the three columns with the 3 substrs.
表名= RAW_DATA 列名= Data_VALUE
我考虑过使用基于用户输入的循环,但我不知道如何让循环工作,而且使用'& ___'一次性询问所有用户输入,如果有这个请告诉我可以在PL / SQL Developer上使用。
提前致谢。