mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Added IVS sample ap and corrected some spelling errors in readme file in GeoJSON app.
7 lines
197 B
SQL
7 lines
197 B
SQL
alter table people
|
|
alter column town
|
|
nvarchar(50) collate Japanese_Bushu_Kakusu_140_CI_AI_KS_WS_VSS;
|
|
|
|
alter table people
|
|
alter column town
|
|
nvarchar(50) collate Japanese_Bushu_Kakusu_140; |