On 9/4/14 2:10 AM, Hannu Krosing wrote:
> On 09/04/2014 12:17 AM, Marko Tiikkaja wrote:
>> I'm not sure how much I like that syntax in cases like:
>>
>> WITH t AS (
>> -- multi-line query here
>> )
>> SELECT[0:] foo, bar
>> INTO _bat, _man
>> FROM foo
>> JOIN ..
>> JOIN ..
>> WHERE ..
>> -- etc.
>>
>> It seems quite well hidden compared to a single keyword at the
>> beginning of the query.
> What do you have in mind ?
I'm just comparing it to the STRICT UPDATE ..; and ONE ROW UPDATE ..; syntaxes proposed earlier.
> Is your wiki page already available somewhere ?
I'm working on getting it up ASAP; hopefully it will be today around the
UTC noon.
.marko