Jump to content

[SOLVED] f.* Mean selecting all Querys or only the F?


Gayner

Recommended Posts

SELECT f.*, c.id as cat_id, c.position as cat_position, c.state as cat_state, c.name as cat_name, c.description as cat_desc,
            c.image, m.member_name as mod_name, mr.desktop, m.member_id as mod_id, m.is_group, m.group_id, m.group_name, m.mid
            FROM ( ibf_forums f, ibf_categories c )
              LEFT JOIN ibf_moderators m ON (f.id=m.forum_id)
		  LEFT JOIN ibf_members mr ON (mr.id=f.last_poster_id)

 

When f.* Does that mean it's selecting all for only ibf_forums or for all the tables listed, ibf_members, ibf_categories, etc?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.