S
Senna
Hi all,
With a ORDER BY I can run this expression
<code>
SELECT a_id, a_name FROM aaa ORDER BY 2 DESC
</code>
But how can I do the same with WHERE, like below. Is it
possible?
<code>
SELECT a_id, a_name FROM aaa WHERE 2 = 'Hmm'
</code>
With a ORDER BY I can run this expression
<code>
SELECT a_id, a_name FROM aaa ORDER BY 2 DESC
</code>
But how can I do the same with WHERE, like below. Is it
possible?
<code>
SELECT a_id, a_name FROM aaa WHERE 2 = 'Hmm'
</code>