Results 1 to 2 of 2

Thread: max value using sql

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2004
    Posts
    24

    max value using sql

    can any help me out in finding out the max value using sql in a field

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Try this :
    VB Code:
    1. "SELECT MAX(ColumnName) FROM TableName"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width