postgresql - Creating tables in pgadmin sql editor? -


I failed to make the tables through PGadmin III SQL editor - occur even though the syntax foreground:

  create table testtable (id integer, "name" characters with different (100)) (OIDs = falls);  

error message in German, but basically says that may be a syntax error ..

  FEHLER: Syntaxfehler bei »integer« ZEILE 3: id int ^ Fhelr ********** ********** 

Works fine for me

However, I think the error has been shown in line 11. Is it possible that the previous statement is not properly terminated and it chooses the option to leave the interpreter?


Comments