This commit is contained in:
3
PROMS/SQL Data Tools/Case sensitive text compare.sql
Normal file
3
PROMS/SQL Data Tools/Case sensitive text compare.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
select ccb4.Text oldtext,cc.text newtext from Contents ccb4
|
||||
join veproms_mns.dbo.Contents cc on ccb4.ContentID=cc.ContentID
|
||||
where cc.Text != ccb4.text Collate sql_latin1_General_CP1_CS_AS
|
Reference in New Issue
Block a user