creeker Posted September 15, 2006 Share Posted September 15, 2006 This is a newbie question.I have two tables and perform this join:SELECT c.name, c.description, d.caption, d.image FROM archfolio_category AS c INNER JOIN archfolio_detail AS d on c.ID=d.project AND d.project =12;Everything works except that the c.description the cell entries show up as empty except for the heading.If I use the code below the column heading and entries show: SELECT * FROM archfolio_category; I don't understand where things might be going wrong. Any help is appreciated. Quote Link to comment Share on other sites More sharing options...
creeker Posted September 15, 2006 Author Share Posted September 15, 2006 I figured it out and it works. Sorry to waste your time Quote Link to comment Share on other sites More sharing options...
fenway Posted September 15, 2006 Share Posted September 15, 2006 It's only a waste if you don't post "how" you figured it out. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.