From: Ryan Davis Date: 2012-08-04T18:04:31+09:00 Subject: Re: Help with sqlite3 please On Aug 3, 2012, at 21:25 , Kaye Ng wrote: > You > can then type SQL and > press Enter to execute it. you took this phrase too literally. They mean you can type a sql statement at the prompt and press enter to see the result. If I gave an equivalent for ruby, it'd be something like "run irb, then type (some) ruby and press enter to execute it"