回答編集履歴
1
追記
test
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
```sql
|
2
2
|
|
3
|
-
select * from timetable where start<'10:00:00' and end>'09:15:00';
|
3
|
+
select * from timetable where dat='2020-10-23' and start<'10:00:00' and end>'09:15:00';
|
4
4
|
|
5
5
|
```
|