Learning PHP and MySQL
Example 08-03 Creating a simple index
CREATE UNIQUE INDEX `authind` ON `authors` (`author`);
Posted by on 08/07 at 05:11 PM
Next entry: Example 08-04 Using CONCAT to put fields together
Previous entry: Example 08-02 Book titles in CSV format