1CREATE TABLE rtables (
2	id,
3	rows,
4	PRIMARY KEY(id)
5);
6