Use SELECT * only if you need all columns from table
select * from`preferences` limit 12.36ms
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.37ms
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.11ms
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.36ms
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.74ms
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.77ms
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.79ms
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.66ms
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