drifter Posted December 20, 2006 Share Posted December 20, 2006 I am trying to create a table from a query, but the query I have has a left join on user_id - so when there is not match, user_id shows up inthe table twice - once as the ID, once as NULL - this gives me duplicate rows, and the create table fails. What can I do about this?ThanksScott Link to comment https://forums.phpfreaks.com/topic/31302-solved-create-from-query/ Share on other sites More sharing options...
drifter Posted December 20, 2006 Author Share Posted December 20, 2006 found out I can get around it by not using the * Link to comment https://forums.phpfreaks.com/topic/31302-solved-create-from-query/#findComment-144869 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.