Limited String return for displaying
From: CD (mcdye1_at_hotmail.nospam.com)
Date: 10/27/04
- Next message: Dejan Sarka: "Re: Stored procedures security"
- Previous message: Ned Radenovic: "Re: kill not working"
- Next in thread: Adam Machanic: "Re: Limited String return for displaying"
- Reply: Adam Machanic: "Re: Limited String return for displaying"
- Reply: Mal .mullerjannie_at_hotmail.com>: "RE: Limited String return for displaying"
- Reply: Roji. P. Thomas: "Re: Limited String return for displaying"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 27 Oct 2004 08:16:49 -0500
I am wanting to do a query from a table that has the full stmp mail address
in it. Is it possible to return just the name part and not everything after
the @ sign?
Table.mailaddy:
jdoe@mail.com
msmith@mail.com
mjohnson@mail.com
select mailaddy from table -- not display everything after the @ sign.
RESULTS:
MailAddy
----------------
jdoe
msmith
mjohnson
TIA
C
- Next message: Dejan Sarka: "Re: Stored procedures security"
- Previous message: Ned Radenovic: "Re: kill not working"
- Next in thread: Adam Machanic: "Re: Limited String return for displaying"
- Reply: Adam Machanic: "Re: Limited String return for displaying"
- Reply: Mal .mullerjannie_at_hotmail.com>: "RE: Limited String return for displaying"
- Reply: Roji. P. Thomas: "Re: Limited String return for displaying"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|