環境1
サーバ Windows2012 R2 Postgresql 9.6.6 A5:SQL Mk-2 Version 2.12.3
端末 Windows8.1 A5:SQL Mk-2 version 2.13.0 beta 39
サーバ上のものでも再現します。
環境2
ローカルPCにデータベースのインストール
Windows10 Crators Update Postgresql 9.5.2 version 2.13.0 beta 43
以下のテーブルにno 1~10000以上連番
textに適当に文字を作成してインポートして確認しました。
1.件数制限なしで再取得
2.ソート条件の指定に適当に設定すると再取得されます。
create table “public”.testtable (
no numeric(10) not null
, item text
, primary key (no)
);