Paul, Saturday, November 02, 2002, 5:11:43 PM, you wrote: P> I am kind of new to MySQL. I have ordered MySQL Cookbook but I still P> have a week before it arrives. In the meantime, I am looking for some P> basic help.
P> I am looking to store the text/description for the purpose of retrieving P> it on the website. What would be the most appropriate way to store it? P> Text or long varchar (something like varchar(1000)? P> Which field supports full text search? P> Hob about if I want to store the description that is html formatted? P> Would that choice differ (TEXT/VARCHAR)? There is no long varchar in MySQL. You can find the maximum length for all column types here: http://www.mysql.com/doc/en/Column_types.html Full-text search is supported on VARCHAR() and TEXT columns. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Egor Egorov / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php