I have a table, with a fulltext index (username) already added...but, when I issue this command with the code, nothing shows up...
Here's the table (or part of it):
User_id > Username
1 > SYSadmin
2 > cx409
And the query...
I've done this alot of times, but it'll only return rows that's an exact match. Does fulltext searching only work with multiple words or......
PS: It doesn't give me any errors, just Empty set.
Here's the table (or part of it):
User_id > Username
1 > SYSadmin
2 > cx409
And the query...
Code:
select username from some_table where match (username) against ('SYS')
I've done this alot of times, but it'll only return rows that's an exact match. Does fulltext searching only work with multiple words or......
PS: It doesn't give me any errors, just Empty set.





