Subject Re: {Disarmed} [firebird-support] Firebird 1.5 - Stored procedure error 804
Author Ann Harrison
On Tue, Jun 21, 2011 at 6:34 PM, Nando <duque.hernando@...> wrote:

>
> By the way, do you know how many joins does support a single SQL statement?
>

A single SQL statement can include 255 input streams, which is a lot
until you start joining views that are themselves multi-stream joins.
The difference between a table and a stream is that a simple
self-join has one table and two streams.

Cheers,

Ann