Is there a way to spell check a DB/column?

2005-04-14 Thread Ludovic Coumtou
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


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Is there a way to spell check a DB/column?

2005-04-14 Thread gerald_clark
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]