What is your most irritating quirk of t-sql
- by Jude Wood
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......