文章分类 -  sqlserver

摘要:declare 声明的意思 eg. declare @local_variable data_type 声明时需要指定变量类型, 在sql语句中就可以使用@local_variable来调用变量 声明局部变量语法: DECLARE @variable_name DataType 其中 variabl 阅读全文

posted @ 2017-01-03 11:48 尘埃埃埃埃 阅读(1746) 评论(0) 推荐(0)

导航