软透露其internet 策略
20 A推出两种网络新软件
21 IBM发布新版SYSTEMVIEW
3、查找所有作家的工资,如果工资为NULL值则替换成$10.00
select isnull(salary,$10.00)
from auths
结果:
——
120.00
100.00
110.00
10.00
4、查出系统表sysusers中的用户ID为1的用户名
select name form sysusers
where name=user_name(1)
结果:
name
——
dbo
上一页 [1] [2] [3] [4] [5] [6] [7] |