Link to home
Start Free TrialLog in
Avatar of careybroph
careybrophFlag for United States of America

asked on

SQL Character Display (Greater Than Or Equal)

I'm thinking this should be easier than appears.  I'm trying to create string that will display a "=" character (greater than or equal).  I've tried the obvious things such as char(242), but that doesn't seem to do the trick.

Looked on the web and couldn't find it.  Time to call in the 'experts'.

THANKS!
Avatar of Sharath S
Sharath S
Flag of United States of America image

>>  I'm trying to create string that will display a "=" character

Do you want a string with "="symbol like ===================================
Avatar of careybroph

ASKER

Sorry, no.  I want a "greater than nor equal" symbol.  I actually  had pasted in the symbol (which I grabbed from Word), but it looks like when it posted the question, it changed it.  This is similar to what I'm experiencing in SQL.  I just need a basic greater than or equal symbol.  Who'd have thought that would be so difficult to figure out.

If you can help, it would be appreciated.
Still did not understand, so you want a string like
>=>=>=>=>=>=>=

If yes, what is the length of the string?
ASKER CERTIFIED SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks.  I should be able to make that work...