Page 1 of 1

Problem with Drago

Posted: Wed Jul 15, 2020 8:58 am
by lichigo
Hello ,
I am using Drago with a database. I'm doing a file with all games of Gu li but I search his games it gives me Gu li and Gu lingyi. How can I change that ?? Maybe in the SQL ((PB like"%gu Li%'"AND PW like '%%') OR (PB like '%%' AND PW like '%gu Li%')) ???

Thank you in advance ^^

Re: Problem with Drago

Posted: Wed Jul 15, 2020 10:58 am
by mycophobia
In the SQL try this:

Code: Select all

((PB = 'Gu Li') OR (PW = 'Gu Li'))

Re: Problem with Drago

Posted: Wed Jul 15, 2020 11:02 am
by lichigo
Thank you so much ^^ it works