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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

saving query result as a distinct table in a database 1

Status
Not open for further replies.

lagazetta

Technical User
May 3, 2007
8
CA
hi there,

i have a script that looks like the following:

select m.date_value, m.he, m.poolp, m.bpat, r.kinbasket
from merged4 as m join reservoir as r
on m.date_value = r.date_value

the query gives a result table on the lower pane.
how do I save that results table as a table within the databse?

thanks,

 
SELECT INTO

____________ signature below ______________
The worst mistake you'll ever make is to do something simply the way you know how while ignoring the way it should be done
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top