Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Views and SQL 7

Status
Not open for further replies.

BlackKnight

Programmer
Oct 18, 2000
348
US
Hi folks,

Can I join a table or view to a view in a SQL 7 statement? ViewA would be a select query returning a recordset.
For instance: TableA LEFT JOIN viewA

If it is possible please provide the statement's syntax.
Thanx in advance.

Have a good one!
Keith
 
Create a view and save. The create another view using the other table and the view you have just created. treat the view as if it were another table.

Simon
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top