Viewing post 1 (of 1 total)
Hi Guys,
I had the same problem, but my table design is a little different
DROP TABLE metaTable;
DROP TABLE metaType;
DROP TABLE metaAttribute;
DROP TABLE metaValue;
CREATE TABLE metaTable(
ID INT,
Name VARCHAR(80)
);
INSERT INTO metaTable(ID,...
October 7, 2005 at 12:10 pm
#595986