Advanced search requirement |
5/20/2007 12:59:59 | |
| PHPRunner General questions | ||
|
O
osluk author
Is there a way to define a search so the when sorting by a field records in which this field is null are excluded? |
||
|
|
Alexey admin 5/21/2007 |
|
Chris, select ... COALESCE(price,0) as price, ... |
|