MySQL Forums
Forum List  »  MySQL Workbench

assertion error in mysql workbench
Posted by: miss uniquea
Date: April 21, 2011 06:06AM

does mysql workbench not support assertions? because i have no idea why this is not working it reports an error


CREATE ASSERTION
CHECK (NOT EXISTS (SELECT purchased_by
FROM sale_posts
GROUP BY purchased_by
HAVING COUNT(*) > 2))

Options: ReplyQuote


Subject
Views
Written By
Posted
assertion error in mysql workbench
2211
April 21, 2011 06:06AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.