Sqlite: operator « < » is reserved for future use

Hallo,

while typing the following command line command sqlite data/laminastutorial.db < data/schema.sql

PS C:\xampp\htdocs\laminas\htdocs> sqlite data/laminastutorial.db < data/schema.sql
Character Line:1 : 32

  • sqlite data/laminastutorial.db < data/schema.sql
  • operator « < » is reserved for future use.
    • CategoryInfo : ParserError: (:slight_smile: [], ParentContainsErrorRecordException
    • FullyQualifiedErrorId : RedirectionNotSupported

Using Windows 10 and Visual studio as cod editor.

How to fix that please?

1 Like

run

sqlite data/laminastutorial.db -init data/schema.sql

This topic is related to: Sqlite: command not found and the “getting start” tutorial: