Hello
Does anyone know why is it best to use the new SQL92 INNER join syntax rather than the SQL89 INNER join syntax?
I know it gives the same output and is processed the same but does anyone know why this syntax was created over using a simple WHERE clause in inner join queries?
Thanks
Chillay
Does anyone know why is it best to use the new SQL92 INNER join syntax rather than the SQL89 INNER join syntax?
I know it gives the same output and is processed the same but does anyone know why this syntax was created over using a simple WHERE clause in inner join queries?
Thanks
Chillay