RobertKaucher wrote: » The top method is not ANSI compliant SQL and has serveral issues. Don't use it. The thing I dislike about it the most is that it confuses the join and filter (where) syntax and that could lead to hard to troubleshoot issues with large queries.sql server - ANSI vs. non-ANSI SQL JOIN syntax - Stack Overflow
N2IT wrote: » Thanks for your insight.
RobertKaucher wrote: » No problem. I realize saying "don't use it." sounds a bit dogmatic, but I am a convert to the ANSI standard and try to stick to it as much as possible. If you look at any of Celko's books, he'll convert you to the religion as well.
N2IT wrote: » Robert: I was checking on Celko's books off of Amazon. He has a lot of them! I was wondering if his books come with practice disk, of if he has you creating the tables before you start querying data and using TSQL. Another queston: Does he strictly use T-SQL?
RobertKaucher wrote: » As for the disk, not that I am aware of. Most of his books are geared to ANSI SQL including somethings that SQL Server does not yet support. I really enjoy his puzzle books. They really make you think about how you go about things. Be careful, though, they may turn you into a full-blown DBA! Once you get hooked on solving more and more different types of problems, you get hooked!