| 123456789 |
- package dpsapi
- const (
- parseSqlSelect = `insert into students (id, name, age, rate, time, is_right) values ("aaa", "yjp", 5, 92.5, parse_time("2024-01-01 00:00:00", "2006-01-02 15:04:05"), false)`
- )
- const (
- sqlSelect = `select * from t where id = 'aaa'`
- )
|