看图~~~~
添加约束,检查第一位、第二位是0,3-4为数字,第五位是下划线,6-8位是字母。
alter table t1 add constraint ck_c check(val like '[0][0][0-9][0-9][_][a-z][a-z][a-z]')
类似于正则,如同1楼