Jump to content

Is this a valid query


AdRock

Recommended Posts

I have 2 tables (1 for users and 1 for the carshares)

 

I don't have a foreign key but would like to know if this is a valid query becuase i don't have any data in the database yet.

 

I want to select all the fields from the first table and only a few fields from the other table

 

$result = mysql_query("SELECT id, user, seats_available, start_street, start_postcode, start_lat, start_long, end_street, end_postcode, end_lat, end_long,depart_time, user_id, first_name,telephone, email FROM carshare INNER JOIN users ON user.user_id=carshare.user

 

The uers details are from the user table

 

It would be easy to do select * from table1, table2 etc but i don't need all those fields

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.