Sandbox
SELECT
privilege
FROM
cscart_usergroup_privileges
WHERE
usergroup_id
IN
(
0
,
1
)
Query time 0.00034
Explain
id
select_type
table
type
possible_keys
key
key_len
ref
rows
Extra
1
SIMPLE
cscart_usergroup_privileges
range
PRIMARY
PRIMARY
3
2
Using where; Using index