検索

AND OR

キーワードを入力して「Search」ボタンをクリックしてください。
スペースで区切ることで複数のキーワードで検索できます。
AND検索の場合はラジオボタンの「AND」を選択、OR検索の場合は「OR」を選択してから「Search」ボタンをクリックしてください。

8 queries took 8 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `items`551
2DESCRIBE `products`991
3DESCRIBE `categories`771
4SELECT `Category`.`id`, `Category`.`name`, `Category`.`description`, `Category`.`parent`, `Category`.`order`, `Category`.`created`, `Category`.`modified` FROM `categories` AS `Category` WHERE `Category`.`parent` = 0 ORDER BY `order` ASC 221
5SELECT `Category`.`id`, `Category`.`name`, `Category`.`description`, `Category`.`parent`, `Category`.`order`, `Category`.`created`, `Category`.`modified` FROM `categories` AS `Category` WHERE `Category`.`parent` = 3 ORDER BY `order` ASC 001
6SELECT `Category`.`id`, `Category`.`name`, `Category`.`description`, `Category`.`parent`, `Category`.`order`, `Category`.`created`, `Category`.`modified` FROM `categories` AS `Category` WHERE `Category`.`parent` = 4 ORDER BY `order` ASC 111
7SELECT `Category`.`id`, `Category`.`name`, `Category`.`description`, `Category`.`parent`, `Category`.`order`, `Category`.`created`, `Category`.`modified` FROM `categories` AS `Category` WHERE `Category`.`parent` = 2 ORDER BY `order` ASC 111
8SELECT `Category`.`id`, `Category`.`name`, `Category`.`description`, `Category`.`parent`, `Category`.`order`, `Category`.`created`, `Category`.`modified` FROM `categories` AS `Category` WHERE `Category`.`parent` = 1 ORDER BY `order` ASC 001