What is your most irritating quirk of t-sql
Posted
by
Jude Wood
on Stack Overflow
See other posts from Stack Overflow
or by Jude Wood
Published on 2012-06-22T09:12:22Z
Indexed on
2012/06/22
9:15 UTC
Read the original article
Hit count: 288
I realise this is a bit flippant but it may highlight some 'interesting' features of t-sql. Or just provide some light distraction on a Friday morning...
I'm currently torn between
t-sql allows three part naming when dropping tables but not when dropping procudures
and
When using Coalesce to produce a delimited string the presence of a leading delimiter is
dependant on whether the delimited string was initialised prior to calling Coalesce
I'd be interested to hear yours......
© Stack Overflow or respective owner