This commit is contained in:
2023-05-09 18:21:47 +00:00
parent dc9eca0953
commit 3dd59e20d8
118 changed files with 12010 additions and 0 deletions

View 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