If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > maximum age

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-29-06, 19:52
tanbir_17 tanbir_17 is offline
Registered User
 
Join Date: Nov 2004
Posts: 7
maximum age

hi,

was wondering any knows the synatax for a query to find the maximum age in a table. in SSH secure Shell

cheers
Reply With Quote
  #2 (permalink)  
Old 11-30-06, 01:45
Littlefoot Littlefoot is offline
Lost Boy
 
Join Date: Jan 2004
Location: Croatia, Europe
Posts: 3,629
Well, SQL would do that as

SELECT MAX(age) FROM your_table

but I have no idea how to incorporate it with the SSH secure Shell.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On