Phone Finder

General

Price
Year

Network and SIM

Body

Width (mm)
Height (mm)
Thickness
Weight (g)

Platform

CPU Core

Display

Resolution
Size (inch)
PPI Density
Ratio (%)
Touchscreen

Main Camera

Megapixel
F-Number
Video

Selfie Camera

Megapixel

Connectivity & Sensor

Battery

Capacity

Others

Free text
Clear Finder
(default) 2 queries took 10 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT COUNT(*) AS `count` FROM `gsmfind`.`gsm_phones` AS `Phone` LEFT JOIN `gsmfind`.`gsm_brands` AS `Brand` ON (`Phone`.`brand_id` = `Brand`.`id`) WHERE ((`Phone`.`brand_id` IN (93)) AND (`Phone`.`type` = 'phone') AND (`Phone`.`last_get` IS NOT NULL)) GROUP BY `Phone`.`id`15159
2SELECT `Phone`.`id`, `Phone`.`shortname`, `Phone`.`fullname`, `Phone`.`slug`, `Phone`.`desc`, `Phone`.`type`, `Phone`.`status`, `Phone`.`image`, `Phone`.`modified` FROM `gsmfind`.`gsm_phones` AS `Phone` LEFT JOIN `gsmfind`.`gsm_brands` AS `Brand` ON (`Phone`.`brand_id` = `Brand`.`id`) WHERE ((`Phone`.`brand_id` IN (93)) AND (`Phone`.`type` = 'phone') AND (`Phone`.`last_get` IS NOT NULL)) GROUP BY `Phone`.`id` ORDER BY `Phone`.`f_date_order` DESC, `Phone`.`id` DESC LIMIT 5015151