Похожие чаты

Hello. Can any one help me with FullTextSearch in MySqlDatabase

in PHP?
I Have fulltext enable in table Accounts.
Now i want to select username column with fulltext search.

I use this query:
SELECT PName
FROM accounts
WHERE MATCH(PName) AGAINST('fuas');

it should return 3 columns:
fuas
fuas2
fuas3

but it just return:
fuas


Can any one help me?

9 ответов

8 просмотров

SELECT pName FROM accounts WHERE pName LIKE %fu%

🤷‍♂

Taha- Автор вопроса
Ibroh24
SELECT pName FROM accounts WHERE pName LIKE %fu%

And how can I sort best match? for example i have this rows: [fuas12]0 [1fuas11] fuas fuas01 fuas1 it should sort this like this: fuas fuas1 fuas01 [fuas12]0 [1fuas11]

Taha- Автор вопроса
Taha
And how can I sort best match? for example i have...

Full text search should do this attomaticly, but I dont know how can I do that with LIKE query.

Taha
And how can I sort best match? for example i have...

I think the ORDER BY pName ASC will do that for you ie SELECT pName FROM accounts WHERE pName LIKE %fu% ORDER BY pName ASC

Taha- Автор вопроса
Ibroh24
I think the ORDER BY pName ASC will do that for yo...

e'mm... it doesn't help with more big examples. Its what i want exactly do.

Taha- Автор вопроса
Ibroh24
I think the ORDER BY pName ASC will do that for yo...

for example order of this 3 rows with ASCII chars is: fuas fuas01 fuas1 and with full text should be: fuas fuas1 fuas01

Taha
screenshot e'mm... it doesn't help with more big examples. I...

I've not used match() and against() before. But if what you needed is that query that will generate: fuas fuas01... The provided query should do it.

!report

Похожие вопросы

Обсуждают сегодня

коллеги, добрый вечер! А никто не знает как модальная форма может себя закрыть? Ну допустим модальная форма определила, что смысла ей работать нет и хочет вернуть modalResult...
Михаил
83
средствами IBX как-то можно выполнить запрос insert ... returning?
Igor
21
KDSwap, a decentralized exchange (DEX) built on Kadena, is setting a new standard by working towards becoming a MiCA-compliant DEX in Europe. What sets KDSwap apart? While ...
Mal (will not DM you first) Sutton
20
Had my LGCY in a CEX and transferred it to a pvt wallet in Dec 2021. Haven't touched it since. So, I just have to wait for the team to release the swap contract to swap to LG...
💎 Hands
13
объясните, я прада не понимаю. зачем в перле нужен аниивент? кому он пригодился в действительно нагруженных проектах?
nerv
30
Hello. My office ISP blocked many sites including Reddit, Steam and Paypal. I set a list in my /etc/hosts and might set other things as well that I don't remember, but in my o...
Rania
11
Никто случаем не знает, как по-хорошему делается дозапись текста в edit на винапи?
The Bird of Hermes
25
А какие у этого try практические плюсы перед eval?
Oleg Volkov
41
Доброе утро. Скажите как бороться с установкой данной сборки? Я пробовал устанавливать типо рядом с Windows и вручную по инструкциям разметки, но после установки обеих систем ...
Vyacheslav
11
Who thinks CSW is going to jail??
James_BSV
31
Карта сайта