基础教程代码 /* * regexp_seed.sql * Appendix A, Oracle Expert PL/SQL * by Ron Hardman and Michael McLaughlin * * This script creates the table and seed data to test * regular expression metacharacters and functions */ CREATE TABLE reg_exp_tbl ( name VARCHAR2(100 CHAR), address VARCHAR2(100