close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Replacing ID key with column Name

Thread began 9/23/2009 4:33 am by jenkolaka19379118 | Last modified 9/25/2009 8:04 am by jenkolaka19379118 | 2371 views | 7 replies

jenkolaka19379118

Replacing ID key with column Name

I have looked at the help on this forum concerning the INNER JOIN but I am still a little confused how to execute this MYSQL statement manually.

I have table1 (courses) and reference table2 (course_category).

I have a foriegn key in courses called subject_cat_id. This is the primary key in refernce table 2 (course_category).

After using dataassist wizard, my insert record behaviour, sql statement on my results page looks like this:


SELECT course_id, subject_cat_id, course_title, course_code, course_price

FROM courses



I have tried to do an inner join;


SELECT courses.course_id, courses.subject_cat_id, courses.course_title, courses.course_code, courses.course_price, course_category.course_category_title,

FROM courses

INNER JOIN course_category

ON courses.subject_cat_id = course_category.course_cat_id



I keep coming up with mysql errors. I really need to replace subject_cat_id with subject_category_title, from (table2) course_category on my rsults page.

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...