mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-21 05:46:59 +08:00
5 lines
194 B
Plaintext
5 lines
194 B
Plaintext
select * into table temp from tenk1 where (unique1 > 647) and (unique1 < 1648);
|
|
drop table temp;
|
|
select * into table temp from tenk1 where (unique1 > 647) and (unique1 < 1648);
|
|
drop table temp;
|