MySQL Forums
Forum List  »  Newbie

Re: sql query with check constraint pct
Posted by: Barry Galbraith
Date: June 08, 2023 07:21PM

Read the refman on CHECK CONSTRAINT
https://dev.mysql.com/doc/refman/8.0/en/create-table-check-constraints.html
Quote

A column constraint appears within a column definition and can refer only to that column.
The CHECK for tolerance can only refer to tolerance column.
Where is pct defined?

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: sql query with check constraint pct
June 08, 2023 07:21PM


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.