Viewing 4 posts - 1 through 4 (of 4 total)
There are many differences and I have grown intimitely familiar with them over the last two years of doing multi-platform development.
If anyone cares...
The biggest culprits in our SQL...
March 10, 2005 at 6:45 pm
Thank you.
That settles it, the answer is NO!, I cannot do what I'm trying to do.
March 7, 2005 at 9:04 pm
You are correct, it is ownership confusion.
But my goal is to call my nvl() function without
having to supply an owner in the query.
I want to call it by...
March 7, 2005 at 7:28 pm
Hmmm...
This is my first MS-SQL function so I'm not sure why it is not working.
I create it like this:
CREATE FUNCTION nvl (@one sql_variant, @two sql_variant)
RETURNS sql_variant
AS
BEGIN
...
March 7, 2005 at 2:15 am
Viewing 4 posts - 1 through 4 (of 4 total)