You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mysql> create table mytbl1 (pk int, v1 int constraint v1c check (v1 < 100) check (v1 > 0));
ERROR 1105 (HY000): cannot include more than one check constraint in a column definition at position 84 near '0'
The text was updated successfully, but these errors were encountered:
Repro in Dolt:
The text was updated successfully, but these errors were encountered: