zoukankan
html css js c++ java
CHECK约束表达式
1.性别:只能填写'男'和'女'
(字段名='男'or 字段名='女') 注意:单引号里的值可以为其他任何字
2.规定密码长度不能小于6位数
(len([字段名])>(5))
3.例:成绩在0到100之间
(字段名>0 ADN 字段名<100)
4.检查邮件地址是否有效
字段名 LIKE '%@%' 注意:其中%代表多个字符
查看全文
相关阅读:
[js高手之路] html5新增的定时器requestAnimationFrame实战进度条
[js高手之路] html5 canvas系列教程
[js高手之路] html5 canvas系列教程
[js高手之路] html5 canvas系列教程
[js高手之路] html5 canvas系列教程
[js高手之路] html5 canvas系列教程
[js高手之路] html5 canvas系列教程
[js高手之路] html5 canvas系列教程
[js高手之路] html5 canvas系列教程
[js高手之路] html5 canvas系列教程
原文地址:https://www.cnblogs.com/szhhhh/p/9345479.html
最新文章
反向ajax实现原理
linux(centos6)搭建ftp服务器 -摘自网络
使用 NodeJS + Express 從 GET/POST Request 取值 -摘自网络
在Windows系统上怎么使用SecureCRT链接Linux AWS EC2 -摘自网络
SecureCRT中使用 rz 上传文件 遇到 rz: command not found 的解决办法
安装 Express
获取中国时区时间
Flume 相关
Thrift 简单实现C#通讯服务程序 (跨语言 MicroServices)
更改 AWS RDS mysql时区 -摘自网络
热门文章
使用C# 链接 Mysql 显示??? 乱码 的解决方案
[js高手之路]html5 canvas动画教程
[js高手之路]html5 canvas动画教程
[js高手之路]html5 canvas动画教程
[js高手之路]html5 canvas动画教程
[js高手之路] html5 canvas动画教程
[js高手之路] html5 canvas教程
[js高手之路] html5 canvas教程
[js高手之路] javascript面向对象写法与应用
[js高手之路] html5 canvas动画教程
Copyright © 2011-2022 走看看