Subject How smart is sql...comparing strings
Author Henrik Sitter
Hi, I have a stored procedure and in one of my WHERE clauses I ask this:

select ...
from ...
where col1 > '123'

Here '123' is a string (VarChar), so my question is whether sql is able
to compare strings.

Thx,
Henrik