Create a rule to make sure a column has exactly 1 letter in the string. Rest all can be numbers or any other special characters

前端 未结 0 1503
深忆病人
深忆病人 2020-12-10 12:16

create table Rules (ID int, TestColumn varchar(30));

I want to test this Rule on the TestColumn.

Create Rule Exact_1_letter As @variable like \'[a,b,c,d,

相关标签:
回答
  • 消灭零回复
提交回复
热议问题