Problem with Drago

General conversations about Go belong here.
Post Reply
lichigo
Lives with ko
Posts: 199
Joined: Fri Mar 15, 2013 2:47 pm
GD Posts: 0
Has thanked: 4 times
Been thanked: 16 times

Problem with Drago

Post 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 ^^
User avatar
mycophobia
Beginner
Posts: 6
Joined: Tue Oct 23, 2018 7:23 pm
GD Posts: 0
Universal go server handle: Fox: mycophobia
Has thanked: 12 times
Been thanked: 5 times

Re: Problem with Drago

Post by mycophobia »

In the SQL try this:

Code: Select all

((PB = 'Gu Li') OR (PW = 'Gu Li'))
lichigo
Lives with ko
Posts: 199
Joined: Fri Mar 15, 2013 2:47 pm
GD Posts: 0
Has thanked: 4 times
Been thanked: 16 times

Re: Problem with Drago

Post by lichigo »

Thank you so much ^^ it works
Post Reply