""Grzegorz Jaśkiewicz"" <gryzman@gmail.com> a következőket írta üzenetében
news:2f4958ff0812050549p6b86bc1dqc81c9bc726617198@mail.gmail.com...
> maybe that constraint ?? CONSTRAINT fk_products_qtyunitid FOREIGN KEY
> (qtyunitid) REFERENCES whm.qtyunits (id) MATCH FULL ON UPDATE
> CASCADE ON DELETE CASCADE,
>
> Also, that table seem to be far away from perfect, too many fields,
> you should chop it into few smaller tables.
>
>
> 2008/12/5 Csaba Együd <csegyud@gmail.com>:
Hi, thx for your reply too. Not that I guess because there is a default row
in qtyunits with id=-1.
Too many fields: How would you chop this table?
thx,
-- Csaba