From:* Robins Tharakan
*To:* pgsql-sql@postgresql.org
*Sent:* Monday, March 26, 2012 3:03 PM
*Subject:* Re: [SQL] MS-SQL to PostgreSql
Hi,
What all have you tried?
What are you getting stuck at?
Let us see some samples and may be someone could provide some input.
--
Robins
On 03/26/2012 01:19 PM,
Hi,
What all have you tried?
What are you getting stuck at?
Let us see some samples and may be someone could provide some input.
--
Robins
On 03/26/2012 01:19 PM, Rehan Saleem wrote:
hi,
i am trying to convert this mssql store procedure to postgresql function
but it is not giving me the desire
hi,
i am trying to convert this mssql store procedure to postgresql function but it
is not giving me the desired output ,this function is returning a table and you
dont need to worry about what it is returning all i concern the body part of
the function how to transform the ms-sql code into post