neysx 05/12/15 15:39:41 Modified: xml/htdocs/doc/en mysql-howto.xml Log: #115655 s/VALUE(/VALUES(/
Revision Changes Path 1.5 +8 -8 xml/htdocs/doc/en/mysql-howto.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mysql-howto.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mysql-howto.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mysql-howto.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo Index: mysql-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-howto.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- mysql-howto.xml 2 Dec 2005 13:16:11 -0000 1.4 +++ mysql-howto.xml 15 Dec 2005 15:39:41 -0000 1.5 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-howto.xml,v 1.4 2005/12/02 13:16:11 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-howto.xml,v 1.5 2005/12/15 15:39:41 neysx Exp $ --> <guide link="/doc/en/mysql-howto.xml"> <title>MySQL Startup Guide</title> @@ -23,8 +23,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.2</version> -<date>2005-12-02</date> +<version>1.3</version> +<date>2005-12-15</date> <chapter> <title>Getting Started With MySQL</title> @@ -359,11 +359,11 @@ <p> This command is used to insert a record into table. table contains the MySQL table we wish to enter the information into. The table name may be followed by -the list of columns to insert data into and <c>VALUE()</c> contains the values you -wish to insert into the table. You may omit the list of columns if you insert a -value into each one and if you write the values in the same order the columns -have been defined. In this case, we want to insert data into the developers -table. Let's insert sample records: +the list of columns to insert data into and <c>VALUES()</c> contains the values +you wish to insert into the table. You may omit the list of columns if you +insert a value into each one and if you write the values in the same order the +columns have been defined. In this case, we want to insert data into the +developers table. Let's insert sample records: </p> <pre caption="Inserting information into our developers table"> -- [email protected] mailing list
