Jump to content

[SOLVED] Help on select


Beppi

Recommended Posts

Hello.

I hope not to be on the wrong place, to ask a help on a select.

 

This is a conceptual problem I've been going around for some time. I'm pretty sure that it's a really basic question, but, anyway, I cannot find any solution anywhere.... :(

 

I've got a table like this:

iduser_id1user_id2

1xy

2xz

3wz

 

And another table similar to this:

 

user_idname

xJohn

yPaul

zRingo

wGeorge

 

 

How can I get the result of the first table, with the names, instead of the ids?

So, this result?

user_name1user_name2

JohnPaul

JohnRingo

GeorgeRingo

 

 

Thank you very much for the help that you'll give me :)

 

Beppi.

Link to comment
https://forums.phpfreaks.com/topic/109427-solved-help-on-select/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.