To pull all emails from the domain-aol.com

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mansi sharma
    New Member
    • Mar 2008
    • 22

    To pull all emails from the domain-aol.com

    Que-) Create a Query to pull all emails from the domain-aol.com. This field is called ADR_EMAIL in the X Table.

    select ADR_EMAIL From X

    I do not understand what d question means,I simply select that field from the table As Above. Its Rite??
  • deepuv04
    Recognized Expert New Member
    • Nov 2007
    • 227

    #2
    Originally posted by mansi sharma
    Que-) Create a Query to pull all emails from the domain-aol.com. This field is called ADR_EMAIL in the X Table.

    select ADR_EMAIL From X

    I do not understand what d question means,I simply select that field from the table As Above. Its Rite??
    hi
    try the following....

    [code=sql]
    select ADR_EMAIL From X where ADR_EMAIL Like '%aol.com%'
    [/code]

    Comment

    • mansi sharma
      New Member
      • Mar 2008
      • 22

      #3
      Thx
      ,it worked Out.

      Comment

      Working...