mirror of
https://github.com/postgres/postgres.git
synced 2026-03-16 23:52:13 -04:00
4 lines
194 B
Text
4 lines
194 B
Text
select * into table temp from tenk1 where (unique2 > 647) and (unique2 < 1648);
|
|
drop table temp;
|
|
select * into table temp from tenk1 where (unique2 > 647) and (unique2 < 1648);
|
|
drop table temp;
|