The executor mechanism is used to evaluate all four basic SQL query types: SELECT, INSERT, UPDATE, and DELETE. For SELECT, the top-level executor code only needs to send each row returned by the query plan tree off to the client. For INSERT, each returned row is inserted into the target table specified for the INSERT.
19 октября 2015 г., 18:03 пользователь Dmitry E. Oboukhov <unera@debian.org> написал:
> Дело, собственно, в том, что в таблице bc нет подрядка записей...
я не понял коментария
как это нет? можно бесконечное множество раз делать select uinon all select и порядок выдачи будет сохраняться один и тот же.