| * | * |
|---|---|
| 链接 | BASICS: Length based SELECT with LIKE) |
| 难度 | 7kyu |
| 状态 | √ |
| 日期 | 2019-03-21 |
题意
题解1
select first_name , last_name from names
where first_name like '%______%'
| * | * |
|---|---|
| 链接 | BASICS: Length based SELECT with LIKE) |
| 难度 | 7kyu |
| 状态 | √ |
| 日期 | 2019-03-21 |
select first_name , last_name from names
where first_name like '%______%'