Skip to content

Commit ceee5da

Browse files
committed
Fix redundant characters
1 parent 415e592 commit ceee5da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CN/modules/ROOT/pages/master/7.8.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ SELECT INSTR('database administration', 'z') FROM DUAL;
326326
(1 row)
327327
```
328328
329-
`instr`还能像`like`一样用于模糊查询:
329+
`instr` 还能像 `like` 一样用于模糊查询:
330330
331331
```
332332
select * from tableName where instr(name,'helloworld')>0;

0 commit comments

Comments
 (0)