small query issue

  • 1....SELECT @start_date = dbo.returnvalue(@dbarg, 'start_date')

    and

    2.....@dbarg varchar(2000) = ' '

    i even need to know what does statement 2 mean...

    what exactly is it doing here..... what does dbo.returnvalue mean over her eplz explain me i dnt have much idea on that ....

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • dbo.returnvalue will be a user-defined function in your database. It looks like it takes two input parameters and returns a value, which is being assigned to that variable.

    - Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
    Property of The Thread

    "Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon

  • Thanks Gsquared ...Yeah we have a function with return value ....i found out now ..

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply