G
Guest
Hello,
I am storing in an SQL table data including email addresses. When trying to
retrieve via the Select function irows ncluding an email address, the program
traps because the @ character witin the select statement is a reserved
symbol.
How can i find rows in a table which include email addresses, such that the
@ symbols is not interpreted as a special symbol but part of a string
parameter.
I tried to use "\@" instead of @ but it doesent work.
Any suggestions are most appreciated,
Daniel
I am storing in an SQL table data including email addresses. When trying to
retrieve via the Select function irows ncluding an email address, the program
traps because the @ character witin the select statement is a reserved
symbol.
How can i find rows in a table which include email addresses, such that the
@ symbols is not interpreted as a special symbol but part of a string
parameter.
I tried to use "\@" instead of @ but it doesent work.
Any suggestions are most appreciated,
Daniel