摘要:
--触发器如何调用存储过程create trigger test on tablefor insertasexec 存储过程名go --存储过程如何调用触发器 create proc testasupdate table set ...insert table select ...delete table ... 阅读全文
posted @ 2007-02-09 20:20
meil
阅读(566)
评论(0)
推荐(0)
摘要:
1.字符串函数 长度与分析用 datalength(Char_expr) 返回字符串包含字符数,但不包含后面的空格 substring(expression,start,length) 不多说了,取子串 right(char_expr,int_expr) 返回字符串右边int_expr个字符 字符操作类 upper(char_expr) 转为大写 lower(char_expr) ... 阅读全文
posted @ 2007-02-09 20:20
meil
阅读(5651)
评论(1)
推荐(0)
摘要:
---------数学函数 1.绝对值S:select abs(-1) valueO:select abs(-1) value from dual 2.取整(大)S:select ceiling(-1.001) valueO:select ceil(-1.001) value from dual 3.取整(小)S:select floor(-1.001) valueO:select floor(-... 阅读全文
posted @ 2007-02-09 20:17
meil
阅读(1349)
评论(0)
推荐(0)

浙公网安备 33010602011771号