SQL Server Query with "ELSE:"

Posted by Mike D on Stack Overflow See other posts from Stack Overflow or by Mike D
Published on 2010-06-16T18:44:00Z Indexed on 2010/06/16 18:52 UTC
Read the original article Hit count: 119

Filed under:
|

I have various VB6 projects I'm maintaining with some of the queries being passed to the server having "ELSE:" with the colon used in case statements.

I'm wondering can someone tell me what the **ll the colon is used for? It causes errors in SQL2005 and greater, but SQL2000 works with no complaints.

I'd like to just remove it from the code & re-compile, but I'm afraid it'll break 10 other things in the application..

Thanks in advance...

© Stack Overflow or respective owner

Related posts about sql

Related posts about sql-server