Subject Re: [firebird-support] max number of joined tables?
Author Ivan Prenosil
> What is a max number of joined tables in a query in Firebird?

255 (FB2) or 127 (FB1.5)

(it is actually number of "streams", so you must also count subqueries, unions etc.)

Ivan