--- [EMAIL PROTECTED] wrote:
> I need a little help querying 2 tables in MySQL;
>
> Table User
> User_Id // Id = 2
> User_Name // John
>
> Table History
> User_Id // 2
> User_History // John has born in 58
>
> SELECT User_History FROM History WHERE User_Id = 2; // return John has
> born in
[EMAIL PROTECTED] wrote:
I need a little help querying 2 tables in MySQL;
Table User
User_Id // Id = 2
User_Name // John
Table History
User_Id // 2
User_History // John has born in 58
SELECT User_History FROM History WHERE User_Id = 2; // return John has
born in 58
But what my SELECT should
D] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 05, 2003 10:41 AM
To: [EMAIL PROTECTED]
Subject: Simple SELECT question
I need a little help querying 2 tables in MySQL;
Table User
User_Id // Id = 2
User_Name // John
Table History
User_Id // 2
User_History // John has born in 58
SELECT Us
I need a little help querying 2 tables in MySQL;
Table User
User_Id // Id = 2
User_Name // John
Table History
User_Id // 2
User_History // John has born in 58
SELECT User_History FROM History WHERE User_Id = 2; // return John has
born in 58
But what my SELECT should look if i don't know t