kevinkhan Posted March 2, 2011 Share Posted March 2, 2011 how do i write the Where clause in this query correctly INSERT INTO cork_corkdesigns.friend_req (user, profilelink, status, pageScraped, messageStatus, name, email, dateOfBirth, gender, hometown, college, mobilenum) SELECT user, link, 1, 1, 0, name, email, dateOfBirth, gender, hometown, college, mobilenum FROM cork_birth.profile_list WHERE links in cork_birth.profile_list not in cork_corkdesigns.friend_req also some of the email in cork_birth.profile_list are not formatted correctly and are stored like this durrus09 & #64;yahoo.co.uk. is there a way you can replace the '& #64;' with an @ symbol?? Link to comment https://forums.phpfreaks.com/topic/229416-how-would-you-write-this-sql-query-correctly/ Share on other sites More sharing options...
fenway Posted March 3, 2011 Share Posted March 3, 2011 That's a php question related to entities. Link to comment https://forums.phpfreaks.com/topic/229416-how-would-you-write-this-sql-query-correctly/#findComment-1182450 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.