what about if i want to add some condition ex.
SELECT *, REVERSE(Name) AS srtfld FROM blabla WHERE srtfld LIKE '%$name' ORDER BY srtfld
this query return error message
Unknown column 'srtfld' in where clause
how can i use where command with that query ?
thnx alot