CallyticsDemo / src /db /sql /UtteranceInsert.sql
bunyaminergen's picture
Initial
1b97239
raw
history blame
293 Bytes
INSERT INTO Utterance (FileID,
Speaker,
Sequence,
StartTime,
EndTime,
Content,
Sentiment,
Profane)
VALUES (?, ?, ?, ?, ?, ?, ?, ?);