CANNOT INSERT ROW IN COLUMN

Issue #390 duplicate
In Seo Choi created an issue

This is the code I typed in:

CREATE TABLE “transactions”

{ ‘trans_id’ INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,

‘user_id’ INTEGER NOT NULL,

‘comp_id’ INTEGER NOT NULL,

‘shares’ INTEGER NOT NULL,

‘price’ REAL NOT NULL,

‘time’ DATETIME NOT NULL

};

Comments (1)

  1. Log in to comment