Hello,
a simple question :
I have a table like this :
name, email_1, email_2

and I want to display in a web page
name, email_1 if it exists, or email_2 if email_1 do NOT exist.

of course I can do this inside a php script, by checking the
content of the columns,
BUT I had like to get the values to display directly from mysql.

An idea ?
thank you.

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

Reply via email to