Hi,
is it true that dots were legal in MySQL 3.22.32?
Thanks
Marc Delisle
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request
is, some words, like "Netscape" or "Windows", are never found
with MATCH. Other words of the same length are found.
However, if I use a LIKE, they are found:
select titre from sites where contenu like '%Netscape%'
I did not see those words that don't work, i
Did you try EXPLAIN before SELECT?
http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#EXPLAIN
Mike Baranski a écrit :
>
> For the following select:
>
> SELECT DISTINCT badge_history.xact_date AS xact_date,
(...)
--
Marc Delisle
my applications work ok under 3.23.38, because they know the database and
table names.
Any ideas?
--
Marc Delisle
Service de l'informatique
Collège de Sherbrooke, Québec
-
Before posting, pl