Learn SQL The Hard way - Creating .sql with .db in SQL Lite 3 - Why and How?

前端 未结 3 1441
攒了一身酷
攒了一身酷 2020-12-30 14:52

As a beginning programmer with +20 hours of Python coding and novice familiarity with the command-line, I opened up Zed Shaw\'s \"Learn SQL The Hard Way\" and was quickly st

3条回答
  •  攒了一身酷
    2020-12-30 15:14

    I ran into same problem today, and like you I was wondering why my command is not working. As mentioned above author assumes that you create the initial command in a text editor and save as a .sql file. And then ex1.db < ex1.sql command converts the file to a .db file.

提交回复
热议问题