March 17, 2008 at 2:56 am
What is the difference between Some and Any Operator. In most web pages, they mentioned both are equivalent.
If both are equivalent, what is the need of this two Operator?
March 17, 2008 at 4:54 am
ezhil (3/17/2008)
What is the difference between Some and Any Operator. In most web pages, they mentioned both are equivalent.If both are equivalent, what is the need of this two Operator?
The two are indeed equivalent. There are many things that have alternative syntax. In T-SQL for example you can write both CREATE PROC and CREATE PROCEDURE. Choose the one you like the most 🙂
Regards,
Andras
March 17, 2008 at 7:06 am
Some times these command are maintained for compatibility
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply