标签: oracle plsql oracle11g
我想要的是测试字符串是否有点。像这样:
IF (a condition that will test if the string 'first.name' has dot) THEN some statements; ELSE some statements; END IF;