[SQL] determining how many products are in how many categories

2004-02-08 Thread David Garamond
# product table (simplified): create table p ( id char(22) not null primary key, name text, desc text ); # product category table (simpl.): create table pc ( id char(22) not null primary key, name text, desc text ); # table that maps products into categories: create table p_pc ( id ch

[SQL] unsubscribe

2004-02-08 Thread Mona
---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings