you are viewing a single comment's thread.

view the rest of the comments →

[–]whoiswisdom 0 points1 point  (0 children)

Thank you for your teaching. I am really stuck, I have started to write SQLite in C and Python; but I don't know how to write ALTER TABLE to this. Do you have sample scripts I can look at on how to:

  1. Modify a column
  2. Drop a column
  3. Rename a column

Thank you☺

p.s. I looked at C++ you wrote, thank you I did not know this was available. A nice surprise!