t-sql Common function for getting max(id)

Posted by tanmay on Stack Overflow See other posts from Stack Overflow or by tanmay
Published on 2010-04-29T10:52:44Z Indexed on 2010/04/29 10:57 UTC
Read the original article Hit count: 272

Filed under:

Hi All, In my application many I time we use MAX(). How can I write a common function where I can pass table name and column name and get MAX(). I mean single function for any table/field.

Thanks, Tanmay.

© Stack Overflow or respective owner

Related posts about t-sql