How can I receive a TRUE or FALSE result? Example:
SELECT `name`, `description` FROM `table1`;I don't want to show the description cause they're big. I only want to show the name and a result of TRUE or FALSE. TRUE if description is not empty or not null, FALSE if empty or null.
I'm using MySQL 4.0. Thanks. :-) -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]