This topic is locked

Select in more TABLE

12/11/2008 6:52:50 AM
ASPRunnerPro General questions
E
enetsat author

Hello 4 All

Im Try make one SELECT in more of one TABLE

I know make the simple SELECT
Select

1,

2,

3,

From TAB
More get one field of other table i unknow

someone can Help-me
Thanks very much foor all

J
Jane 12/12/2008

Hi,
use Inner Join statement in the SQL query. Edit your SQL query on the Edit SQL query tab.

Here are some helpful links:

http://www.webcheatsheet.com/sql/interactive_sql_tutorial/

http://www.w3schools.com/sql/default.asp

E
enetsat author 12/12/2008

Hi,

use Inner Join statement in the SQL query. Edit your SQL query on the Edit SQL query tab.

Here are some helpful links:

http://www.webcheatsheet.com/sql/interactive_sql_tutorial/

http://www.w3schools.com/sql/default.asp


Thanks Very Much <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=35910&image=1&table=forumreplies' class='bbc_emoticon' alt=':P' />

I will see the LINKS