eelixduppy - 1:46 am on Jul 29, 2010 (gmt 0) Try using a foreign key. For example: ALTER TABLE users ADD FOREIGN KEY (comments_page) REFERENCES comments(page)
Try using a foreign key. For example:
ALTER TABLE users ADD FOREIGN KEY (comments_page) REFERENCES comments(page)