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,
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,