This is the silly question but please help me out of the loop.
SELECT *
FROM TABLE_NAME T1
WHERE '10000' > '2'
Why the condition above is false ? I know I can cast it into Number but I don'n know why the condition above is not true. Thank you very much.