digital-garden/knowledge/dev/database/LIKE SQL.md

14 lines
333 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
aliases:
- LIKE
tags:
- зрелость/🌱
date:
- - 2024-02-05
zero-link:
- "[[00 Базы Данных]]"
parents:
- "[[00 SQL]]"
linked:
---
LIKE может выполняться с индексом, но только по префиксу. Например, LIKE 'a%' - хорошо, а LIKE '%c' - плохо.