> I have been going through the SQL 7 CBT and just finished operators.  With
> regards to comparison operators ... != 'is not equal to', and <> 'is not
> equal too'.
> 
> I do not understand <> 'not equal too'.
> 
> Can someone please explain this to me in more detail and possible 
> provide an example?

In real terms, the "<>" means "Not less than and not greater than".

I actually prefer writing it 
 where not myField='myValue'

I know it sounds odd, but it's easier for me to read...

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**********************************************************************
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they 
are addressed. If you have received this email in error please notify 
the system manager.
**********************************************************************


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to