PDA

View Full Version : SQL ORACLE POSTGRES


texerasmo
27-07-2005, 16:12
Questa sintassi va bene per POstgres
per oracle come posso fare?

CREATE TABLE funzioni (
codice integer DEFAULT nextval('seq_funzioni'::text) NOT NULL,
descrizione varchar2(255)
);