--
生成測試資料
setansi_nulls
ongo
setquoted_identifier
ongo
setansi_padding
ongo
create
table
[dbo].
[test](
[name][
varchar](
20)
null,[
quarter][
int]
null,[
profile][
int]
null,[
dates][
smallint
]null,[
id][int
]identity(1
,1) not
null
,constraint
[pk_test
]primary
keyclustered([
id]asc)
with
(pad_index
=off
, statistics_norecompute
=off
, ignore_dup_key
=off
, allow_row_locks =on
, allow_page_locks =on
) on
[primary])
on[primary]go
setansi_padding
offgo
setidentity_insert
[dbo].
[test]on
insert
[dbo].
[test](
[name],
[quarter],
[profile],
[dates],
[id])
values(n'
a', 1
, 1000
, 421, 1
)insert
[dbo].
[test](
[name],
[quarter],
[profile],
[dates],
[id])
values(n'
aa', 2
, 2000
, 421, 2
)insert
[dbo].
[test](
[name],
[quarter],
[profile],
[dates],
[id])
values(n'
aa', 3
, 4000
, 421, 3
)insert
[dbo].
[test](
[name],
[quarter],
[profile],
[dates],
[id])
values(n'
a', 4
, 5000
, 421, 4
)insert
[dbo].
[test](
[name],
[quarter],
[profile],
[dates],
[id])
values(n'
b', 1
, 3000
, 421, 5
)insert
[dbo].
[test](
[name],
[quarter],
[profile],
[dates],
[id])
values(n'
b', 2
, 3500
, 421, 6
)insert
[dbo].
[test](
[name],
[quarter],
[profile],
[dates],
[id])
values(n'
b', 3
, 4200
, 421, 7
)insert
[dbo].
[test](
[name],
[quarter],
[profile],
[dates],
[id])
values(n'
b', 4
, 5500
, 421, 8
)insert
[dbo].
[test](
[name],
[quarter],
[profile],
[dates],
[id])
values(n'
a', 1
, 1000
, 421, 9
)set
identity_insert
[dbo].
[test
]off --
sql server 查詢區分大小寫 collate chinese_prc_cs_as_ws
(圖:效果圖)
查詢區分大小寫
在sql2000和7.0的查詢語句中,區分大寫的查詢方法 sql2000,就用下面的方法.就是在欄位名後加 collate chinese prc cs as ws 區分大小寫 全半形字元的方法 測試資料 create table 表 fd varchar 10 insert into 表 sele...
查詢區分大小寫
在sql2000和7.0的查詢語句中,區分大寫的查詢方法 sql2000,就用下面的方法.就是在欄位名後加 collate chinese prc cs as ws 區分大小寫 全半形字元的方法 測試資料 create table 表 fd varchar 10 insert into 表 sele...
查詢區分大小寫
在sql2000和7.0的查詢語句中,區分大寫的查詢方法 sql2000,就用下面的方法.就是在欄位名後加 collate chinese prc cs as ws 區分大小寫 全半形字元的方法 測試資料 create table 表 fd varchar 10 insert into 表 sele...