here's another error:

>ERROR 1064 at line 80: You have an error in your SQL syntax near 'id' at line 
1

the offending line:
>create index ad_sections id;              

according to the docs, the syntax is:
  CREATE [UNIQUE|FULLTEXT] INDEX index_name ON tbl_name 
(col_name[(length)],... )

so i tried:
  CREATE INDEX ad_sections ON ad_sections id;

no luck.

Paul

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to