I can see that the SQL document says that you can have up to 256 tables in a query, but I am having a problem to get any data to return when my query has more than (inner and outer joins, and with subquerries) 28 join-clauses. As soon as I take out the last left outer join clause (which is left joining to the same table as the previous join clause except with a different alias of course and a different filter clause), the query will return a data.
I have also tried to change the last left outer join clause with inner join and with a different table, and it still return no data even though there's a link.
Does anyone has any idea why?
Thanks for your time.
I have also tried to change the last left outer join clause with inner join and with a different table, and it still return no data even though there's a link.
Does anyone has any idea why?
Thanks for your time.