[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Against the Grain: Pascal commentary about XML and databases
- From: "Thomas B. Passin" <tpassin@home.com>
- To: xml-dev@lists.xml.org
- Date: Mon, 02 Jul 2001 08:31:48 -0400
[Jeff Lowery]
(This is getting off-topic, perhaps)
"Topness" would be evaluated by some calculation, then inserted into the
view in its own column. The query (yes, a real relational) uses the view
and has a where statement that includes
where topness<=5.
It's perfectly good relational-hood-ness.
There, I'm done with this!
Cheers,
Tom P
> A former colleague of mine informed me that SQL Server (at least) supports
a
> "TOP n" join, but I still would argue that it's not a fundamentally
> *relational* query.
>
> I must end now, it's time for my lunch...
>
> > Bah! Pfui! (I've been reading Nero Wolfe stories again, don't
> > mind me).
> > Create a view to get the top five, then use that view to roll
> > them up in a
> > query.
> >
> > Cheers,
> >
> > Tom P
> >