Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

mail-id table contains two columns(email_id,userid)
it contains different types of mail-ids,and no of users.
here username length is differ na,(ex-
tamil@yahoo.com,joshua@hotmail.com like)
now i want to fetch the email-ids only starting from '@'
(ex-@gmail.com,@yahoo.com,@hotmail.com

Answer Posted / paul

just tel me is that wat u exactly want

table -Email

email_id user_id
joy@yahoo.com joySmith
waine@gmail.com WaineR
@gmail.com tr222
@yahoo.com huip

if m not wrong in understanding ur question that is u
required the 2 records with emailid as @gmail.com and
@yahoo.com
then u can use the sql statment -with like...

select * from email where email_id like '@%';
email_id user_id
@gmail.com tr222
@yahoo.com huip

hope m correct...

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is faster join or subquery?

1058


Write a sql query to find the names of employees that begin with ‘a’?

1055


What is a boolean in sql?

1025


Do triggers have restrictions on the usage of large datatypes, such as long and long raw?

1222


what is the difference between ereg_replace() and eregi_replace()? : Sql dba

1221


Is primary key a clustered index?

1008


What are properties of the transaction?

1045


what are different types of keys in sql?

1214


What port does sql server use?

1110


What is type and rowtype in pl sql?

1055


How do you get column names only for a table (sql server)?

1208


What are the types of variable use in pl sql?

1132


Is pl sql still used?

1016


What are different functions in sql?

998


Which normal form is best?

994