Hi,
I just want to retrieve name of the employees who have two or more than two email_id in employee table. pls help me out..
dharam_05 0 Newbie Poster
Recommended Answers
Jump to Postyour 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 columnsif email ids are saved in separate columns
then tryselect * from table1 where (email_column1 is …
All 2 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.