Re: [SQL] a newbie's question on language syntax

1999-08-27 Thread Wayne Topa
Subject: [SQL] a newbie's question on language syntax Date: Thu, Aug 26, 1999 at 11:22:31AM -0700 In reply to:Jack Lee Quoting Jack Lee([EMAIL PROTECTED]): > >My purpose was just to look at the content of > the database, "mysql". There showed no

Re: [SQL] a newbie's question on language syntax

1999-08-26 Thread William T Wilson
On Thu, 26 Aug 1999, Jack Lee wrote: > commands. The database I was working on is named > "mysql", but the prompt of the interactive mode > is also called mysql: Be sure not to name your own databases mysql. That database is used by mysql to store its permissions information and things. >my

[SQL] a newbie's question on language syntax

1999-08-26 Thread Jack Lee
Hi: Thanks for reading my problem. I got MySQL installed a while ago. My problem is how to display database(or table) content with proper syntax of SQL language. The following is a quote from the interactive mode of MySQL, under which I've tried several commands. The database I was working o