DeathFox Member Posts: 57 From: Registered: 04-25-2006 |
My value in FirstName table is "Albert" and value in LastName table is "Cruz". I have a datagrid on which I wanna show just one column that has "Albert Cruz". I had the sql statement before which does this but I just reformated my PC |
|
Jari![]() Member Posts: 1471 From: Helsinki, Finland Registered: 03-11-2005 |
This tutorial page shows first how to do that, before going in to join's usage: http://www.w3schools.com/sql/sql_join.asp So it's basically :
I hope that helps.
[VoHW] (Help needed) [Blog] (Contact) - Truedisciple (mp3) [This message has been edited by jari (edited September 28, 2007).] |
|
samw3![]() Member Posts: 542 From: Toccoa, GA, USA Registered: 08-15-2006 |
If you are using mysql, maybe try this...
the concatenated name (i.e. combined together) will be returned as "fullname". God Bless! ------------------ |
|
MastaLlama![]() Member Posts: 671 From: Houston, TX USA Registered: 08-10-2005 |
nevermind [This message has been edited by mastallama (edited September 29, 2007).] |