SQL语句大全(3)

2019-03-28 11:12

----------- ----------- abcdefg*/

SPACE() --函数返回一个有指定长度的空白字符串 STUFF() --函数用另一子串替换字符串指定位置长度的子串

----数据类型转换函数---- CAST() 函数语法如下

CAST() ( AS [ length ]) CONVERT() 函数语法如下

CONVERT() ([ length ], [, style])

select cast(100+99 as char) convert(varchar(12), getdate()) 运行结果如下

------------------------------ ------------ 199 Jan 15 2000

----日期函数----

DAY() --函数返回date_expression 中的日期值 MONTH() --函数返回date_expression 中的月份值 YEAR() --函数返回date_expression 中的年份值 DATEADD( , ,)

--函数返回指定日期date 加上指定的额外日期间隔number 产生的新日期 DATEDIFF( , ,) --函数返回两个指定日期在datepart 方面的不同之处

DATENAME( , ) --函数以字符串的形式返回日期的指定部分

DATEPART( , ) --函数以整数值的形式返回日期的指定部分 GETDATE() --函数以DATETIME 的缺省格式返回系统当前的日期和时间

----系统函数----

APP_NAME() --函数返回当前执行的应用程序的名称

COALESCE() --函数返回众多表达式中第一个非NULL 表达式的值

COL_LENGTH(<'table_name'>, <'column_name'>) --函数返回表中指定字段的长度值 COL_NAME(, ) --函数返回表中指定字段的名称即列名 DATALENGTH() --函数返回数据表达式的数据的实际长度 DB_ID(['database_name']) --函数返回数据库的编号 DB_NAME(database_id) --函数返回数据库的名称 HOST_ID() --函数返回服务器端计算机的名称 HOST_NAME() --函数返回服务器端计算机的名称

IDENTITY([, seed increment]) [AS column_name])

--IDENTITY() 函数只在SELECT INTO 语句中使用用于插入一个identity column列到新表中

/*select identity(int, 1, 1) as column_name into newtable from oldtable*/

ISDATE() --函数判断所给定的表达式是否为合理日期

ISNULL(, ) --函数将表达式中的NULL 值用指定值替换

ISNUMERIC() --函数判断所给定的表达式是否为合理的数值 NEWID() --函数返回一个UNIQUEIDENTIFIER 类型的数值 NULLIF(, )

--NULLIF 函数在expression1 与expression2 相等时返回NULL 值若不相等时则返回expression1 的值

sql中的保留字

action add aggregate all alter after and as

asc avg avg_row_length auto_increment between bigint bit binary blob bool both by

cascade case char character change check checksum column columns comment constraint create

cross current_date current_time current_timestamp data database databases date datetime day day_hour day_minute

day_second dayofmonth dayofweek dayofyear dec decimal default delayed

delay_key_write delete desc describe distinct distinctrow double drop end else escape escaped enclosed enum explain exists fields file first float float4 float8 flush foreign from for full function global grant grants group having heap high_priority hour

hour_minute hour_second hosts identified ignore in index infile inner insert insert_id int

integer interval int1 int2 int3 int4 int8 into if is isam join

key keys kill last_insert_id leading left length like lines limit load local lock logs long longblob

longtext low_priority max max_rows match mediumblob mediumtext mediumint middleint min_rows minute minute_second modify month monthname myisam natural numeric no not null on optimize option optionally or order outer

outfile pack_keys partial password precision primary procedure process processlist privileges read real references reload regexp rename replace restrict returns revoke rlike row rows second select set show shutdown

smallint soname sql_big_tables sql_big_selects

sql_low_priority_updates sql_log_off sql_log_update sql_select_limit sql_small_result sql_big_result sql_warnings straight_join starting status string table tables temporary terminated text then time timestamp tinyblob tinytext tinyint trailing to

type use using unique unlock unsigned update usage values varchar variables varying varbinary with write when where year year_month zerofill

常用SQL命令和ASP编程

在进行数据库操作时,无非就是添加、删除、修改,这得设计到一些常用的SQL语句,如下:

SQL常用命令使用方法:

(1) 数据记录筛选:

sql=\数据表 where 字段名=字段值 order by 字段名 [desc]\

sql=\数据表 where 字段名 like %字段值% order by 字段名 [desc]\

sql=\数据表 where 字段名 order by 字段名 [desc]\

sql=\数据表 where 字段名 in (值1,值2,值3)\

sql=\数据表 where 字段名 between 值1 and 值2\

(2) 更新数据记录:

sql=\数据表 set 字段名=字段值 where 条件表达式\

sql=\数据表 set 字段1=值1,字段2=值2 …… 字段n=值n where 条件表达式\


SQL语句大全(3).doc 将本文的Word文档下载到电脑 下载失败或者文档不完整,请联系客服人员解决!

下一篇:基于EDA的VHDL语言设计的交通灯

相关阅读
本类排行
× 注册会员免费下载(下载后可以自由复制和排版)

马上注册会员

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信: QQ: