Ludovic Coum�tou wrote:
Hello,
I have been googling and asking on several forums with no luck, so I'm coming here for the ultimate answer :) eheh
Is there a way to spell check a mysql column (or at least table)?
Thanks in advance Ludovic
Several. 1. Dump - spell check - reload. 2. Write a program to read - spell check - write. 3. Write a UDF that spellchecks a column.
The best solution is to make sure your data is correct BEFORE inserting it.
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
