DS
with t1 as (
select * from (values (N'Артём'))t(c)
),
t2 as (
select * from (values (N'Артем'))t(c)
)
select * from t1
join t2 on t1.c collate SQL_Latin1_General_CP1_CI_AI = t2.c collate SQL_Latin1_General_CP1_CI_AI
Size: a a a
DS
with t1 as (
select * from (values (N'Артём'))t(c)
),
t2 as (
select * from (values (N'Артем'))t(c)
)
select * from t1
join t2 on t1.c collate SQL_Latin1_General_CP1_CI_AI = t2.c collate SQL_Latin1_General_CP1_CI_AI
АК
with t1 as (
select * from (values (N'Артём'))t(c)
),
t2 as (
select * from (values (N'Артем'))t(c)
)
select * from t1
join t2 on t1.c collate SQL_Latin1_General_CP1_CI_AI = t2.c collate SQL_Latin1_General_CP1_CI_AI
АК
P
АК
SS
IS
SS
IS
SS
AS
SS
AS
SS
AS
SS
SS
AS
N
K