Adaptive Server uses these comparison operators:
In comparing character data, < means closer to the beginning of the server’s sort order and > means closer to the end of the sort order. Uppercase and lowercase letters are equal in a sort order that is not case sensitive. Use sp_helpsort to see the sort order for your Adaptive Server. Trailing blanks are ignored for comparison purposes.
In comparing dates, < means earlier than and > means later than.
Put single or double quotes around all character and date and time data used with a comparison operator:
= "Bennet" "May 22 1947"
Copyright © 2005. Sybase Inc. All rights reserved. |