RE: Getting valie between two fields? (mysql)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



select number from table where number < 30 
order by number desc 
limit 1

<>< Ryan

-----Original Message-----
From: Leif K-Brooks [mailto:eurleif@buyer-brokerage.com]
Sent: Wednesday, October 16, 2002 11:08 AM
To: php-db@lists.php.net
Subject:  Getting valie between two fields? (mysql)


I have a table something like this:
__________
| id | number |
| 1 |       1     |
| 2 |      23    |
| 3 |      59    |
| 4 |     103   |

If I have a number, say 30, I need to get the last number it's above - 
in this case id 2.  Any ideas?

-- 
The above message is encrypted with double rot13 encoding.  Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law.


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux