Re: Question about SQL Control Structure(if then, for loop)

From: "Michael Artz" <mlartz(at)gmail(dot)com>
To: jaychiu(at)ureach(dot)com
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Question about SQL Control Structure(if then, for loop)
Date: 2006-05-18 09:21:17
Message-ID: e9c163070605180221i2f782c44w87c1b23b08261759@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> SELECT 'test' FROM
>

SELECT 'test' FROM generate_series(1,10);

Sorry, thought faster than I could type :)

-Mike

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Markus Schaber 2006-05-18 09:41:10 Re: error : could not access status of transaction
Previous Message Michael Artz 2006-05-18 09:19:44 Re: Question about SQL Control Structure(if then, for loop)