| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Impossible Database Design?
Nikolai Onken wrote:
> Jay Dee wrote:
>
>>I've done this. Some of my other responses hinted at the approach >>I used.
>>The thing that spewed data >>looked like a table, but it wasn't.
It's not magic. In Postgres: a function. In Oracle: a table function. In RM: a read-only operator which returns a value of type relation. Use 'em in SQL queries like
select <what_i_want_to_see>
from not_magic
where not_magic.date between <from_now> and <until_then>
Received on Thu May 18 2006 - 16:53:04 CDT
![]() |
![]() |