Home > database >  Oracle to determine whether a field matching two strings, the regular expression regexp_like
Oracle to determine whether a field matching two strings, the regular expression regexp_like

Time:03-26

Find out the text field contains data of a and b;
A='KMM. Hwhdiwidj_sjdhjs_dsd';
B='whdh_dwud'
How do that use regular expressions to achieve
  • Related