Hi Guys,
I am getting the following error message while executing the beloq query.
select *
from a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,a a1,a a2,a a3,b b1,b b2,c c1,c c2,c c3,c c4,c c5,d d1,d d2,d d3,d d4,d d5,d d6,d d7,d d8,d d9,d d10,s s1,s s2,s s3,s s4,s s5,s s6,s s7,s s8,s s9,s s10,s s11,s s12,s 13,s 14,s s15,s s16
Server Message: Number 106, Severity 15
Server 'DEV', Line 1:
Too many table names in the query. The maximum allowable is 50.
Just i executed the above query for testing purpose as well as to know the maximum no of tables in a single Join.
what is the maximum no of table that we can use in a single join on different sybase versions ?
Say for example,
12.0,12.5,12.5.3,12.5.4 and 15.0
is there any way to modify the maximum limit in each version ?