From: "Xavier Neys" <neysx@lark.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: mysql-howto.xml
Date: Thu, 15 Dec 2005 15:39:41 +0000 [thread overview]
Message-ID: <200512151539.jBFFdgEf006708@robin.gentoo.org> (raw)
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">
--
gentoo-doc-cvs@gentoo.org mailing list
next reply other threads:[~2005-12-15 15:39 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-15 15:39 Xavier Neys [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-05-19 20:35 [gentoo-doc-cvs] cvs commit: mysql-howto.xml Sven Vermeulen
2006-09-13 14:19 Jan Kundrat
2006-08-08 13:45 Xavier Neys
2005-12-02 13:16 Xavier Neys
2005-08-26 19:51 Shyam Mani
2005-08-25 7:47 Shyam Mani
2005-08-25 5:21 Shyam Mani
2005-08-25 5:19 Shyam Mani
2005-08-24 17:07 Xavier Neys
2005-08-24 14:47 Xavier Neys
2005-08-24 11:51 Shyam Mani
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200512151539.jBFFdgEf006708@robin.gentoo.org \
--to=neysx@lark.gentoo.org \
--cc=docs-team@lists.gentoo.org \
--cc=gentoo-doc-cvs@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox