Best unofficial Apache Server developers community |
|
Hi all, i'm trying to create a temp table from a parent table: This is the code that i execute with pgAdmin III ( or by JDBC in Java ):
And the error i recieved is:
Reading postgresql 8.4 documentation, create tables using this, its very easy, but i don't understand where is the syntax problem. Thanks in advance! Bye.
posted via StackOverflow
|
|
 
|
I'm not a Postgresql user but the manual say that there is ( ) around the like setence.
|
|
 
|
You need to put the like in to parens like
This is not obvious from the docs if you don't count parens 1:1 |