Hi,
I'm using `like` to search in text, but how could I look for percent symbol
(%)?? It's wildcard so I cannot write down simply `where value like "11%"`
cause that means to look for everytning that starts with "11", I've tried to
double this char `where value like "11%%"` and it has no effect... how
counld I look for "%" or "_" chars?


Brona


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to