Subject | How smart is sql...comparing strings |
---|---|
Author | Henrik Sitter |
Post date | 2004-02-02T19:26:27Z |
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
select ...
from ...
where col1 > '123'
Here '123' is a string (VarChar), so my question is whether sql is able
to compare strings.
Thx,
Henrik