• There is no such function. However, you can emulate this with the following:

    Select

    Case When Sum(Cast(Col1 as int)) > 1 Then 1 Else 0 End

    [font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
    Proactive Performance Solutions, Inc.
    [/font]
    [font="Verdana"] "Performance is our middle name."[/font]