Skip to Content.
Sympa Menu

baslinux - Re: [BL] Another new add-on for BL3

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: Ian Scott <mriscott AT yahoo.co.uk>
  • To: keesan AT sdf.lonestar.org
  • Cc: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] Another new add-on for BL3
  • Date: Wed, 6 Oct 2004 04:07:26 -0400 (EDT)

>
> You are right. If I type sqlite by itself I get
> sqlite>
>
> I then type .help and get the list of instructions.
>
> >
> > That is not correct.
> > Typing sqlite (Enter) does not give you ...>
> > Typing sqlite .help (Enter) gives you ...>
> > Typing sqlite .help (Enter) is a mistake.
> >

The ....> prompt means you are continuing the previous line.

(SQL commands can go over multiple lines)

To get out of it, enter ; (which terminates an SQL command)

You will probably get an error, but it will send you back to the sqlite>
prompt





Archive powered by MHonArc 2.6.24.

Top of Page