Technical Suggestion Pl. Clarrify. - Mailing list pgsql-general

From sathya
Subject Technical Suggestion Pl. Clarrify.
Date
Msg-id 002d01c0d2c1$6492fe90$1812a8c0@irora.com
Whole thread Raw
Responses Re: Technical Suggestion Pl. Clarrify.  (Joel Burton <jburton@scw.org>)
List pgsql-general

Hi,

 I am working as Software Architect in malaysia.
 
I am facing a problem while i am calling a stored procedure in the Select Statement.
 
Here's my problem,
 
  My Table structure is,
 
  Table Name  - Country
 
        CountryID    Int  
        CountryName  Char  
       
 
   My Query is ,
 
        Select countryId, countryName, getCountry(countryname,"XX") from Country
 

 
   getCountry(name as String , value as string)
   {
 getcountry = name & value
   }
  
 
  Kindly suggest me will this SELECT QUERY works.
 
  If possible kindly get me any alternate methods to get it done.
 

  My platforms are
 
    Visual Basic, SQL server.
 

  Anxiously Waiting for your reply.
 

Thanks a million,
Sathya Narayanan D

pgsql-general by date:

Previous
From: "Jeff Duffy"
Date:
Subject: Re: Perl Scope problem
Next
From: Bruce Momjian
Date:
Subject: Re: Re: mysql to Pgsql