2 lines
100 B
SQL
2 lines
100 B
SQL
SELECT COUNT(item.*) FROM %%site_name%%_items item
|
|
WHERE item.search_string LIKE '%%' || %s || '%%'; |