Unix Technical Forum

About decode function

This is a discussion on About decode function within the pgsql Interfaces Pgadmin Support forums, part of the PostgreSQL category; --> Hi, I have knowledge in Oracle.Now we are using postgresql..., In oracle... select decode(sex,'M','Male','F','Female') from std; It retuns Male ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Interfaces Pgadmin Support

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-17-2008, 07:28 PM
VivekanandaSwamy R.
 
Posts: n/a
Default About decode function


Hi,
I have knowledge in Oracle.Now we are using postgresql...,

In oracle...
select decode(sex,'M','Male','F','Female') from std;
It retuns Male or Female.insted of M or F.

Now i want to use this function in postgresql?is there any posibility?
please send me..,i am waitning for ur reply

Thanks & Regards

Vivekananda.R | Software Engineer

Infinite Computer Solutions | Exciting Times...Infinite Possibilities...


SEI-CMMI level 5 | ISO 9001:2000

Tel +91-80-5193-0000| Fax +91-80-51930009 | Cell No
+91-9986463365|www.infics.com




Information transmitted by this e-mail is proprietary to Infinite ComputerSolutions and / or its Customers and is intended for use only by theindividual or the entity to which it is addressed, and may containinformation that is privileged, confidential or exempt from disclosureunder applicable law. If you are not the intended recipient or it appearsthat this mail has been forwarded to you without proper authority, you arenotified that any use or dissemination of this information in any manneris strictly prohibited. In such cases, please notify us immediately atinfo.in@infics.com and delete this email from your records.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-17-2008, 07:28 PM
Sim Zacks
 
Posts: n/a
Default Re: About decode function

try:
select case sex when 'M' then 'Male when 'F' then Female' end from std

Sim
__________________________________________________ ______________________________


Hi,
I have knowledge in Oracle.Now we are using postgresql...,


In oracle...
select decode(sex,'M','Male','F','Female') from std;
It retuns Male or Female.insted of M or F.


Now i want to use this function in postgresql?is there any posibility?
please send me..,i am waitning for ur reply


Thanks & Regards

Vivekananda.R | Software Engineer


Infinite Computer Solutions | Exciting Times...Infinite Possibilities...


SEI-CMMI level 5 | ISO 9001:2000

Tel +91-80-5193-0000| Fax +91-80-51930009 | Cell No
+91-9986463365|www.infics.com






Information transmitted by this e-mail is proprietary to Infinite Computer Solutions and / or its Customers and is intended for use only by the individual or the entity to which it is addressed, and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If you are not the intended recipient or it appears that this mail has been forwarded to you without proper authority, you are notified that any use or dissemination of this information in any manner is strictly prohibited. In such cases, please notify us immediately at info.in@infics.com and delete this email from your records.


---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 01:36 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com