Re: Semantics around INSERT INTO with SELECT and ORDER BY.

From: Ravi Krishna <sravikrishna3(at)gmail(dot)com>
To: Steve Krenzel <sgk284(at)gmail(dot)com>
Cc: PG mailing List <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Semantics around INSERT INTO with SELECT and ORDER BY.
Date: 2018-06-12 08:24:28
Message-ID: CACER=P2Qp5xKJK+3+EiEAn6cruTtPimTeedWLqL==hw1KTeEmQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Why is it even important? Once you use ORDER BY clause, you are guaranteed
to get the rows in the order. Why do you need how it was inserted in the
first place.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Krenzel 2018-06-12 08:39:07 Re: Semantics around INSERT INTO with SELECT and ORDER BY.
Previous Message Steve Krenzel 2018-06-12 08:14:26 Semantics around INSERT INTO with SELECT and ORDER BY.