Author: plavin
Date: 2007-05-09 01:10:45 +0200 (Wed, 09 May 2007)
New Revision: 6388
Log:
Minor correction
Modified:
trunk/userguide/excel-mysql.xml
Modified: trunk/userguide/excel-mysql.xml
===================================================================
--- trunk/userguide/excel-mysql.xml 2007-05-08 22:18:57 UTC (rev 6387)
+++ trunk/userguide/excel-mysql.xml 2007-05-08 23:10:45 UTC (rev 6388)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 1108 bytes
@@ -677,11 +677,11 @@
We need to transfer data from the <literal>alldata</literal> table
into a members table but, since members can have more than one
certification and so appear more than once in the
- <literal>alldata</literal> table, we can't just copying all
+ <literal>alldata</literal> table, we can't just copy all
records over to a members table. To make sure that we have unique
records we need a way of uniquely identifying each member. We can
do this by combining a number of fields together to create a
- unique value — a combination of
+ unique value — a combination of the
<literal>firstname</literal>, <literal>lastname</literal>, and
<literal>streetaddress1</literal> columns fits the bill. The
combination of these fields could form a primary key, but it would
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6388 - trunk/userguide | plavin | 9 May |