Technical Suggestion Pl. Clarrify.

Поиск
Список
Период
Сортировка
От sathya
Тема Technical Suggestion Pl. Clarrify.
Дата
Msg-id 002d01c0d2c1$6492fe90$1812a8c0@irora.com
обсуждение исходный текст
Ответы Re: Technical Suggestion Pl. Clarrify.
Список 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 по дате отправления:

Предыдущее
От: "Jeff Duffy"
Дата:
Сообщение: Re: Perl Scope problem
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: mysql to Pgsql