Spaces:
Running
Running
File size: 293 Bytes
1b97239 |
1 2 3 4 5 6 7 8 9 10 |
INSERT INTO Utterance (FileID,
Speaker,
Sequence,
StartTime,
EndTime,
Content,
Sentiment,
Profane)
VALUES (?, ?, ?, ?, ?, ?, ?, ?);
|