tobeyt23 Posted December 5, 2014 Share Posted December 5, 2014 I have a table for that we will enable products and a fieldname in another table I reference that field name. How can i query the the product table to get the fieldname if enabled and then pull for the other table where fieldname matches. table 1: id: 1 name: test enabled 1 fieldname is_test_active table 2: id: 1 is_test_active: 1 Quote Link to comment Share on other sites More sharing options...
cyberRobot Posted December 16, 2014 Share Posted December 16, 2014 Have you tried using JOIN? More information about the different join types can be found here: http://dev.mysql.com/doc/refman/5.0/en/join.html 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.