Thread: Inquiry From Form [pgsql]

Inquiry From Form [pgsql]

From
Gert Kienhuis
Date:
Hello,

I\'m a 19 year old student on the university of enschede (netherlands). We have a course on SQL and a project where we
haveto implement a system with a PostgreSQL database. In SQL you can in your create statement for a table use
ROW(streetCHAR(20), number INTEGER(2)) for storing 2 things in one row and they are still separated. When I tryed this
inPostgreSQL I got a warning near ROW. My question is, can I use ROW(...) in PostgreSQL? 

Greetings
Gert

P.S. We use the book Databases and transaction processing, an application-oriented approach form Philip M. Lewis,
ArthurBernstein and Michael Kifer. You can find ROW(...) on page 513