Time:09-25
CodePudding user response:
what mean you said want to get the result of
With t1 (b1, b2) As (select '01, 1 from dual union Select '01, 2 from dual union Select the '02', 1 from dual union Select the '02', 2 from dual) Select * from t1 where regexp_substr (b1, '[^ 0] +, 1, 1)=b2 /* B1 B2 01 1 02 2 */
there are no bosses to help a clam
Page link:https//www.codepudding.com/database/31206.html