I am stuck up with another problem I am not able to add constraints 
to the table after creating table sucessfully The oracle query I have is : 

ALTER TABLE tab1 ADD CONSTRAINT tab1_constr_tab2
FOREIGN KEY(col1_tab1)
REFERENCES staff(col1_tab2)

Please let me know the equivalent query in sapdb 
(The error displayed for above query is "Invalid end of SQL statement")



bye 
mohan


_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to