Are the multitable DELETE statements supported by HSQLDB?
I’ve done some searches on Google and in the forum, but can’t find a topic that deals with this point.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not directly as of version 2.2.5.
But you can write a stored procedure to delete from multiple tables according to some criteria, then call the procedure with the necessary parameters. See the Guide:
http://hsqldb.org/doc/2.0/guide/sqlroutines-chapt.html