ices-eg / wg_WGEEL

Joint EIFAAC/ICES/GFCM Working Group on Eels
http://ices.dk/community/groups/Pages/WGEEL.aspx
5 stars 12 forks source link

check constraint to be discussed #243

Closed cedricbriandgithub closed 1 year ago

cedricbriandgithub commented 1 year ago

--add a constraint to avoid having new duplicates ALTER TABLE datawg.t_eelstock_eel ADD CONSTRAINT ck_qal_id_and_missvalue CHECK ((eel_missvaluequal IS NULL) or (eel_qal_id != 0));

Why ?