Bu komutu kullanarak sqlite3 sürüm 3.7.7, unix 11.4.2'yi başlatıyorum:
sqlite3 auction.db
auction.db henüz oluşturulmamış.
sqlite> auction.db < create.sql;
bana şu hatayı veriyor: near "auction": syntax error
Komut dosyasını nasıl çalıştırabilirim?
.read
doğrudan komutusqlite3
komutu:sqlite3 autction.db '.read create.sql'
.