Items
| Id | Name | Actions |
|---|---|---|
| 668 | kkk | View Edit Delete |
| 667 | kkk | View Edit Delete |
Page 1 of 1, showing 2 records out of 2 total, starting on record 1, ending on 2
<< previous | |
next >>
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
|---|---|---|---|---|---|
| 1 | DESCRIBE `tutorial1_items` | 2 | 2 | 2 | |
| 2 | SELECT COUNT(*) AS `count` FROM `tutorial1_items` AS `Item` WHERE 1 = 1 | 1 | 1 | 1 | |
| 3 | SELECT `Item`.`id`, `Item`.`name` FROM `tutorial1_items` AS `Item` WHERE 1 = 1 ORDER BY `Item`.`name` desc LIMIT 5 | 2 | 2 | 1 |