View Single Post
Old 07-22-2004, 04:28 PM   #1 (permalink)
Admin
$_['Your_Mom'];
 
Admin's Avatar
 
Join Date: May 2002
Location: Santee
Posts: 627
Admin is on a distinguished road
MySQL Return closest matches?

I have a column with the following values...

1
6
8
10
15
20
23
25
99
100
120

I want to search against that column and return the matches that are the closest in value to my search term.

is there any way to do this?
Admin is offline   Reply With Quote