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...

i have account table which consists of account name,card no
and card no consists 16 digits now i want to retrieve the
data if card no starts from 4 then it should print visa and
if it starts from 5 then it should print master so plse help
me to write simple query with out store procs .

Answer Posted / kiranu

Hi every one

select name, cardno(case substring(cardno,1,1)when '4' then
'Visa' when '5' then 'Master' end) as Result from account;

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is a live lock? : Sql server database administration

1017


What are window functions in sql server?

1065


what is a correlated sub-query? : Sql server database administration

992


What is a file group?

1164


Suppose you want to implement the one-to-one relationships while designing tables. How would you do it?

995


What is the difference between dataadapter and datareader?

1058


what's the maximum size of a row? : Sql server database administration

1163


What is RMS migrations?

2191


Why do we backup Active Directory ?

1099


What is the need for group functions in sql?

1153


What do you mean by table and field in sql?

1064


what are user defined datatypes and when you should go for them? : Sql server database administration

1062


You want to use bids to deploy a report to a different server than the one you chose in the report wizard. How can you change the server url?

158


What are different types of raid levels?

1235


How can windows applications connect to sql servers via odbc?

1177