public inbox for [email protected]
help / color / mirror / Atom feedFrom: john <[email protected]>
To: [email protected]
Date: Fri, 1 Nov 2002 17:41:06 +0300
Message-ID: <[email protected]> (raw)
Hello!
I have found mistake in documentation on version 7.2. Tutorial.
[tutorial-7.2-A4.pdf]
In chapter 3.3 (Foreign Keys) i have found the next mistake:
CREATE TABLE weather (
city varchar(80) references weather,
.....
);
There must be next string:
city varchar(80) references cities,
Sorry for bad English :)
Good Luck!
mailto:[email protected]
view thread (2+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re:
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox