MyQQ is a cross-platform library for communication which uses a TencentQQ-like protocol to communicate with friends on the Internet. It can work well now and maintained by Xiaoxia (gdxxhg@gmail.com). If you are interested in MyQQ and have improved i
CREATE TABLE sort( id INT PRIMARY KEY, name VARCHAR (40) NOT NULL ) go CREATE TABLE product( id INT PRIMARY KEY, sortid INT NOT NULL REFERENCES sort(id) ON DELETE CASCADE, name VARCHAR (50) NOT NULL, price VARCHAR NOT NULL, saleprice VARCHAR NOT NUL