Hello, Try to give like condition within two single quotes
So ' in string becomes '' (two single ones).
select Attribute as Attribute from MyModule.Entity_2 as Entity_2 where Entity_2.Number != 0 and not(exists( select * from MyModule.Entity as Entity where Entity.Value like
''%Entity.Value%'' and ))
It is the way to escape a single quote in a string
Hi Slavko,
Please refer this