fix(doc): add backtick delimiters to inline sql output string code as examples for beter visualization and readability

This commit is contained in:
Anda Toshiki 2024-04-04 11:13:54 -07:00
parent 8c3d628348
commit 30eecb1c19

View File

@ -58,9 +58,7 @@
- '`p_st`" would return '`past`"', but not '`paste`' - '`p_st`" would return '`past`"', but not '`paste`'
- `'h__s_n'` would return '`hanson`', 'hensen', or 'hansen'; but not 'harrison' (note that - `'h__s_n'` would return '`hanson`', 'hensen', or '`hansen`'; but not '`harrison`' (note that '`h%s_n`' would return '`harrison`')
'h%s_n' would return 'harrison'
### 14.3: Rules to Remember ### 14.3: Rules to Remember