Page is a not externally linkable
- Code, Content, and Presentation
-- Databases
---- MySql Index Problem using two tables


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)


Thread source:: http://www.webmasterworld.com/databases_sql_mysql/4176886.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com