To test my forms, I ran several fills with the word "test" in the fields. Now I wanted to clean the DB, but I'm having trouble deleting multiple lines with the same stretch of "test" text
I am applying the following command, but no row is affected.
Delete FROM [DB_ControleDemandas].[dbo].[formulario] where Datas = '%Teste%'