Re: looks like one database from the outside, but it's two inside
- From: clive@xxxxxxxxxxxxxxx (Clive Eisen)
- Date: Fri, 20 Jul 2007 10:20:22 +0100
Sven Miller wrote:
And unfortunately I don't know enough about MySQL to be more helpful.
Database links may be an Oracle-only thing.
On 7/19/07, Theron Stanford <shixilun@xxxxxxxxx> wrote:
This sounds like a good idea. I guess I just don't know enough about
databases yet to know how to do this linking. Mostly I just know
about how to get DBI to interact with MySQL.
http://dev.mysql.com/doc/refman/5.0/en/create-view.html
create a view thus (from a quick scan on the doc)
create view my_agregate_table
as
select * from maintable
union
select * from tempdatatable
either or both of the selects can have where clauses that restrict the
data 'viewed'
--
This message has been scanned for viruses and
dangerous content by OpenProtect(http://www.openprotect.com), and is
believed to be clean.
.
- References:
- looks like one database from the outside, but it's two inside
- From: Theron Stanford
- Re: looks like one database from the outside, but it's two inside
- From: Tim Bunce
- Re: looks like one database from the outside, but it's two inside
- From: Theron Stanford
- Re: looks like one database from the outside, but it's two inside
- From: Sven Miller
- Re: looks like one database from the outside, but it's two inside
- From: Theron Stanford
- Re: looks like one database from the outside, but it's two inside
- From: Sven Miller
- looks like one database from the outside, but it's two inside
- Prev by Date: Tr : DBI::ORACLE
- Next by Date: [DBD::Oracle] Familiar error to someone?
- Previous by thread: Re: looks like one database from the outside, but it's two inside
- Next by thread: Re: looks like one database from the outside, but it's two inside
- Index(es):