Re: how to use pgsql like mssql

Lists: pgsql-sql
From: liuzg2(at)21cn(dot)com
To: "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: how to use pgsql like mssql
Date: 2007-12-27 02:05:18
Message-ID: 30781358.9441198721119056.JavaMail.root@webmail5
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-sql

<br>
<br>but&nbsp; i do not&nbsp;&nbsp; want use function&nbsp; or&nbsp; procedure&nbsp; <br><br>wish this features<br><br><br><span id="spnSignFirst"></span><span id="spnSign"></span><br><br><iframe name=mail001 marginwidth=0 marginheight=0 src="http://news.21cn.com/shtml.21cn.com/2007/11/13/mail_bottom.html" width=90% scrolling=no height=50 designtimesp="1840" frameborder="0"></iframe>
>From pgsql-sql-owner(at)postgresql(dot)org Wed Dec 26 22:35:24 2007
Received: from localhost (unknown [200.46.204.184])
by postgresql.org (Postfix) with ESMTP id 2C2792E0153
for <pgsql-sql-postgresql(dot)org(at)postgresql(dot)org>; Wed, 26 Dec 2007 22:35:19 -0400 (AST)
Received: from postgresql.org ([200.46.204.71])
by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024)
with ESMTP id 54870-04 for <pgsql-sql-postgresql(dot)org(at)postgresql(dot)org>;
Wed, 26 Dec 2007 22:35:05 -0400 (AST)
Received: from web31812.mail.mud.yahoo.com (web31812.mail.mud.yahoo.com [68.142.207.75])
by postgresql.org (Postfix) with SMTP id 0433C2E0174
for <pgsql-sql(at)postgresql(dot)org>; Wed, 26 Dec 2007 22:35:13 -0400 (AST)
Received: (qmail 38447 invoked by uid 60001); 27 Dec 2007 02:35:12 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
s=s1024; d=yahoo.com;
h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Message-ID;
b=llmjoOS7WCYllBvh7vjZS3PpUl08v/fuO2xjer5gtW/V02S9FhloDMcVJIS0gUZj7iyJ4ZRXWhTdXLwy7LtJJS5dT6C5r5oAYsWAMSg6MAFYZU8nSoSZl6JfS2FZxJqdNJ6i9USOQUy5hx1PVi8yirdFev/g4brdiqU8MWY2P0Y=;
X-YMail-OSG: IQ4D6YsVM1mz6ArfuSqYGKWc9DWpzOzS3PhHC3LK0GNHuSvLgcbEcniubb49_iv0JzmmMsRfZQ--
Received: from [75.84.89.248] by web31812.mail.mud.yahoo.com via HTTP; Wed, 26 Dec 2007 18:35:12 PST
X-Mailer: YahooMailWebService/0.7.162
Date: Wed, 26 Dec 2007 18:35:12 -0800 (PST)
From: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
Subject: Re: how to use pgsql like mssql
To: "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org>, liuzg2(at)21cn(dot)com
In-Reply-To: <30781358(dot)9441198721119056(dot)JavaMail(dot)root(at)webmail5>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Message-ID: <536502(dot)37602(dot)qm(at)web31812(dot)mail(dot)mud(dot)yahoo(dot)com>
X-Virus-Scanned: Maia Mailguard 1.0.1
X-Archive-Number: 200712/141
X-Sequence-Number: 29833

--- On Wed, 12/26/07, liuzg2(at)21cn(dot)com <liuzg2(at)21cn(dot)com> wrote:

> but i do not want use function or procedure

Are you sure? I thought that:

DECLARE
IF --control structures
@@rowcount

where only usable in a store procedure. Am I incorrect, or are these keywords accessible from the SQL prompt?

Regards,
Richard Broersma Jr.

Attachment Content-Type Size
unknown_filename text/html 2.5 KB

From: "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com>
To: "Richard Broersma Jr" <rabroersma(at)yahoo(dot)com>
Cc: "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org>, liuzg2(at)21cn(dot)com
Subject: Re: how to use pgsql like mssql
Date: 2007-12-27 04:54:03
Message-ID: 162867790712262054l19481519icf55948220399598@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-sql

On 27/12/2007, Richard Broersma Jr <rabroersma(at)yahoo(dot)com> wrote:
> --- On Wed, 12/26/07, liuzg2(at)21cn(dot)com <liuzg2(at)21cn(dot)com> wrote:
>
> > but i do not want use function or procedure
>
>
> Are you sure? I thought that:
>
> DECLARE
> IF --control structures
> @@rowcount
>
> where only usable in a store procedure. Am I incorrect, or are these keywords accessible from the SQL prompt?
>

You can use outside procedure in T-SQL.

Pavel

> Regards,
> Richard Broersma Jr.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org
>


From: "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com>
To: "liuzg2(at)21cn(dot)com" <liuzg2(at)21cn(dot)com>
Cc: "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: how to use pgsql like mssql
Date: 2007-12-27 04:55:55
Message-ID: 162867790712262055m15ec0b50lb21d3333ec14cb03@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-sql

Hello

On 27/12/2007, liuzg2(at)21cn(dot)com <liuzg2(at)21cn(dot)com> wrote:
>
>
> but i do not want use function or procedure
>
> wish this features
>

PostgreSQL doesn't support this feature. You can use procedural
construct only in functions.

Regards
Pavel Stehule

>
>
>
>