单项选择题
Sql server提供了一些字符串函数,以下说法错误的是()。
A.selec tright(’hello’,3)返回值为:hel B.selec tltrim(rtrim(’hello’))返回值为:hello(前后都无空格) C.selec treplace(’hello’,’e’,’o’)返回值为:hollo D.selec tlen(’hello’)返回值为:5
单项选择题 在sql server2000中,关于数据库说法错误的是()。
单项选择题 不可以启动和停止SQL Server2000服务的工具是()。
单项选择题 现有表book,字段:id(int),title(varchar),price(float);其中id字段设为标识,使用insert语句向book表中插入数据,以下语句错误的是()。