| | |
How to retrieve name who having two different email_id in the table?
Please support our MySQL advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Jun 2008
Posts: 79
Reputation:
Solved Threads: 8
your question is not clear
How are emails stored in table?
do you have separate columns to save each email ids
or they are saved in 1 columns
if email ids are saved in separate columns
then try
if email ids are saved in single column
then try
How are emails stored in table?
do you have separate columns to save each email ids
or they are saved in 1 columns
if email ids are saved in separate columns
then try
MySQL Syntax (Toggle Plain Text)
SELECT * FROM table1 WHERE (email_column1 IS NOT NULL AND (email_column2 IS NOT NULL OR email_column3 IS NOT NULL .....)
if email ids are saved in single column
then try
MySQL Syntax (Toggle Plain Text)
SELECT * FROM table1 WHERE email_column1 LIKE '%@%@%@%.........
:- Varma
We are Happy to inform launch of a new site with loads of database related information Site offers wide range of functionality Forums,Blogs,Articles,Editorials and much more
http://www.sqllibrarian.info/
We are Happy to inform launch of a new site with loads of database related information Site offers wide range of functionality Forums,Blogs,Articles,Editorials and much more
http://www.sqllibrarian.info/
![]() |
Other Threads in the MySQL Forum
- Previous Thread: how to integrate mysql database server with apache server
- Next Thread: how to get mysql db file in webapps for connectivity
| Thread Tools | Search this Thread |
Tag cloud for MySQL
"use" 1 amazon api aws bizspark breathalyzer changingprices cmg communityjournalism contentmanagement contractors copyright count court crm data database design developer development distinct drupal dui ec2 eliminate email eudora facebook form foss gartner gnu government gpl groklaw groupware hiring hyperic images innerjoins insert ip joebrockmeier journalism keyword keywords kickfire laptop law legal license licensing linux managing mariadb matchingcolumns metron micromanage microsoft microsoftexchange mindtouch montywidenius mozilla multiple mysql mysqlcolumnupdating mysqlindex mysqlinternalqueries mysqlsearch news opendatabasealliance opengovernment opensource operand oracle pdf penelope php priceupdating query referencedesign remove reorderingcolumns results resultset search select simpledb sourcecode spotify sql statement sugarcrm syntax techsupport thunderbird transparency update virtualization






