Hello ,

How can i modify few fields with alter?

ALTER TABLE fv_wystawione
  ALTER id_fv SET DEFAULT nextval('id_fv_seq'::text),
  ALTER imie SET DEFAULT '';  

  Syntax error in last line.
-- 
Best regards,
 Maciej                          mailto:[EMAIL PROTECTED]


---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to