Use SELECT * only if you need all columns from table
select * from`preferences` limit 12.76ms
Params
hints
Use SELECT * only if you need all columns from table The SELECT statement has no WHERE clause and could examine many more rows than intended LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
Use SELECT * only if you need all columns from table LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
select * from`preferences` limit 12.35ms
Params
hints
Use SELECT * only if you need all columns from table The SELECT statement has no WHERE clause and could examine many more rows than intended LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
select * from`preferences` limit 12.4ms
Params
hints
Use SELECT * only if you need all columns from table The SELECT statement has no WHERE clause and could examine many more rows than intended LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
select * from`preferences` limit 12.3ms
Params
hints
Use SELECT * only if you need all columns from table The SELECT statement has no WHERE clause and could examine many more rows than intended LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
Use SELECT * only if you need all columns from table LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
select * from`preferences` limit 12.54ms
Params
hints
Use SELECT * only if you need all columns from table The SELECT statement has no WHERE clause and could examine many more rows than intended LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
select * from`preferences` limit 12.6ms
Params
hints
Use SELECT * only if you need all columns from table The SELECT statement has no WHERE clause and could examine many more rows than intended LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
select * from`preferences` limit 12.56ms
Params
hints
Use SELECT * only if you need all columns from table The SELECT statement has no WHERE clause and could examine many more rows than intended LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
select * from`preferences` limit 12.6ms
Params
hints
Use SELECT * only if you need all columns from table The SELECT statement has no WHERE clause and could examine many more rows than intended LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan