I am using postgres-xl in ubuntu. I have a table with 9 row. I want to divide that table into 3 parts. Any idea how i do this?
postgres=# SELECT * FROM cities;
name | location
------+----------
a | 1
a | 2
a | 4
a | 3
a | 4
a | 5
a | 6
a | 11
a | 14
(9 rows)