Commit b8b6ad0
committed
docs: fix LIKE examples in dataframe-api — %alice% → %Alice% (case-sensitive)
SQL LIKE is case-sensitive per standard. The examples showed %alice%
which wouldn't match "Alice". Consistent with the sql.mdx fix in 7a740aa.1 parent 0be7bd2 commit b8b6ad0
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments