Name Prefix Search
CRM suggestions search for users whose name starts with A. Add an index on name so prefix search runs faster.
Speed this query up with an index
SELECT * FROM users WHERE name LIKE 'A%'
Jen CREATE/ALTER/DROP — závěrečný SELECT není potřeba.
Přihlaste se, abyste viděli historii odevzdání
Přihlásit sePřihlaste se, abyste mohli použít AI mentora
Přihlásit se