Skip to main content



      Home
Home » Eclipse Projects » DTP » "on delete cascade" results in syntax error (Derby)
"on delete cascade" results in syntax error (Derby) [message #588290] Fri, 26 October 2007 12:39
Eclipse UserFriend
Hi,

if I run the following SQL statement I receive in the SQL Result view the
message:Syntax error: Encountered ";" at line 183, column 2.

I used to use this statement to create the database in Derby. Can you tell
me what is wrong with the statement?

Best regards, Lars
create table sixsigma.rel_req_user(

req_id int not null,

user_id int not null,

primary key (req_id,user_id),

foreign key(req_id) references sixsigma.requirement(req_id) on delete
cascade,

foreign key(user_id) references sixsigma.users(id) on delete cascade

);
Previous Topic:Problem with sqlmodel.ecore
Next Topic:"on delete cascade" results in syntax error (Derby)
Goto Forum:
  


Current Time: Thu Jul 24 08:50:02 EDT 2025

Powered by FUDForum. Page generated in 0.04198 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top