In SQL Server, the maximum number of tables in a query is 256.
Does MySQL have a similar limitation?
I know that such query of such size means that either there's something wrong with database design or some data warehousing solution should be used, but let's forget about this for a while and focus on theoretical capabilities of MySQL.