21 Listings 0 companies 4 users - Jan, 5 2009

Submit

Forgot Your Password? |

Register
Send
`

Quicksearch!

Search Now!

Welcome!

Real Estate PTY is a Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, fugiat nulla pariatur. Excepteur sint occaecat.

naveenCyber

adsd000,0000,000 KM

$43 View More

Lorem Ipsum

hiiiiiiiiiiiiiiiiiiiiiiii 000,0000,000 KM

$20000 View More
456 queries took 49 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `properties`55553
2DESCRIBE `companies`19191
3DESCRIBE `countries`221
4DESCRIBE `users`771
5DESCRIBE `profiles`19191
6DESCRIBE `categories`441
7DESCRIBE `types`331
8DESCRIBE `locations`661
9DESCRIBE `statuses`331
10DESCRIBE `propertytypes`441
11DESCRIBE `properties_users`331
12DESCRIBE `photos`551
13DESCRIBE `videos`441
14DESCRIBE `notes`771
15DESCRIBE `floorplants`661
16DESCRIBE `ratings`331
17DESCRIBE `comments`551
18DESCRIBE `amenities`221
19DESCRIBE `agents`881
20DESCRIBE `settings`331
21SELECT `Property`.`id`, `Property`.`company_id`, `Property`.`user_id`, `Property`.`type_id`, `Property`.`category_id`, `Property`.`location_id`, `Property`.`status_id`, `Property`.`name`, `Property`.`description`, `Property`.`preconstruction_date`, `Property`.`construction_start`, `Property`.`construction_finish`, `Property`.`year_built`, `Property`.`price_from`, `Property`.`price_to`, `Property`.`maintenance_fee`, `Property`.`price_m2`, `Property`.`rental_cost`, `Property`.`size_from`, `Property`.`size_to`, `Property`.`metric`, `Property`.`floor`, `Property`.`bedrooms`, `Property`.`bathrooms`, `Property`.`more_info`, `Property`.`published`, `Property`.`featured`, `Property`.`exclusive`, `Property`.`featured_photo_id`, `Property`.`video`, `Property`.`viewed`, `Property`.`created`, `Property`.`modified`, `Property`.`propertytype_id`, `Property`.`friendlyname`, `Property`.`sfname`, `Property`.`slname`, `Property`.`semail`, `Property`.`saddress`, `Property`.`scity`, `Property`.`sstate`, `Property`.`scountry`, `Property`.`szip`, `Property`.`stelephone`, `Property`.`smobile`, `Property`.`scontactinpanama`, `Property`.`saddressinpanama`, `Property`.`scomments`, `Property`.`sellproperty`, `Property`.`latitude`, `Property`.`longitude`, `Property`.`maplevel`, `Property`.`nombre`, `Property`.`descripcion`, `Property`.`mas_informacion`, `Company`.`id`, `Company`.`name`, `Company`.`address`, `Company`.`city`, `Company`.`state`, `Company`.`country_id`, `Company`.`zip_code`, `Company`.`telephone`, `Company`.`fax`, `Company`.`instant_message`, `Company`.`url`, `Company`.`email`, `Company`.`password`, `Company`.`logo`, `Company`.`map_api`, `Company`.`contact_name`, `Company`.`contact_phone`, `Company`.`contact_billing_address`, `Company`.`type`, `User`.`id`, `User`.`name`, `User`.`password`, `User`.`email`, `User`.`last_login`, `User`.`userlevel`, `User`.`type`, `Profile`.`id`, `Profile`.`user_id`, `Profile`.`name`, `Profile`.`address`, `Profile`.`city`, `Profile`.`state`, `Profile`.`country_id`, `Profile`.`zip_code`, `Profile`.`telephone`, `Profile`.`fax`, `Profile`.`instant_message`, `Profile`.`url`, `Profile`.`email`, `Profile`.`logo`, `Profile`.`map_api`, `Profile`.`contact_name`, `Profile`.`contact_phone`, `Profile`.`contact_billing_address`, `Profile`.`listings_allowed`, `Category`.`id`, `Category`.`type_id`, `Category`.`name`, `Category`.`description`, `Location`.`id`, `Location`.`name`, `Location`.`description`, `Location`.`latitude`, `Location`.`longitude`, `Location`.`maplevel`, `Status`.`id`, `Status`.`name`, `Status`.`description`, `Propertytype`.`id`, `Propertytype`.`name`, `Propertytype`.`created`, `Propertytype`.`modified` FROM `properties` AS `Property` LEFT JOIN `companies` AS `Company` ON (`Property`.`company_id` = `Company`.`id`) LEFT JOIN `users` AS `User` ON (`Property`.`user_id` = `User`.`id`) LEFT JOIN `profiles` AS `Profile` ON (`Property`.`user_id` = `Profile`.`id`) LEFT JOIN `categories` AS `Category` ON (`Property`.`category_id` = `Category`.`id`) LEFT JOIN `locations` AS `Location` ON (`Property`.`location_id` = `Location`.`id`) LEFT JOIN `statuses` AS `Status` ON (`Property`.`status_id` = `Status`.`id`) LEFT JOIN `propertytypes` AS `Propertytype` ON (`Property`.`propertytype_id` = `Propertytype`.`id`) WHERE `Property`.`id` = 1 LIMIT 1111
22SELECT `PropertyUser`.`id`, `PropertyUser`.`property_id`, `PropertyUser`.`user_id` FROM `properties_users` AS `PropertyUser` WHERE `PropertyUser`.`property_id` IN (1) 000
23SELECT `Photo`.`id`, `Photo`.`property_id`, `Photo`.`name`, `Photo`.`ext`, `Photo`.`created` FROM `photos` AS `Photo` WHERE `Photo`.`property_id` IN (1) 550
24SELECT `Video`.`id`, `Video`.`property_id`, `Video`.`video_url`, `Video`.`created` FROM `videos` AS `Video` WHERE `Video`.`property_id` IN (1) 000
25SELECT `Note`.`id`, `Note`.`property_id`, `Note`.`note`, `Note`.`viewed`, `Note`.`created`, `Note`.`modified`, `Note`.`agent_id` FROM `notes` AS `Note` WHERE `Note`.`property_id` IN (1) 110
26SELECT `Floorplant`.`id`, `Floorplant`.`property_id`, `Floorplant`.`name`, `Floorplant`.`ext`, `Floorplant`.`description`, `Floorplant`.`created` FROM `floorplants` AS `Floorplant` WHERE `Floorplant`.`property_id` IN (1) 000
27SELECT `Rating`.`id`, `Rating`.`property_id`, `Rating`.`rating` FROM `ratings` AS `Rating` WHERE `Rating`.`property_id` IN (1) 110
28SELECT `Comment`.`id`, `Comment`.`property_id`, `Comment`.`comment`, `Comment`.`name`, `Comment`.`created` FROM `comments` AS `Comment` WHERE `Comment`.`property_id` IN (1) 220
29SELECT `Amenity`.`id`, `Amenity`.`name` FROM `amenities` AS `Amenity` JOIN `amenities_properties` ON (`amenities_properties`.`property_id` = 1 AND `amenities_properties`.`amenity_id` = `Amenity`.`id`) WHERE 1 = 1 000
30SELECT `Favorite`.`id`, `Favorite`.`name`, `Favorite`.`password`, `Favorite`.`email`, `Favorite`.`last_login`, `Favorite`.`userlevel`, `Favorite`.`type` FROM `users` AS `Favorite` JOIN `properties_users` ON (`properties_users`.`property_id` = 1 AND `properties_users`.`user_id` = `Favorite`.`id`) WHERE 1 = 1 000
31SELECT `Property`.`id`, `Property`.`company_id`, `Property`.`user_id`, `Property`.`type_id`, `Property`.`category_id`, `Property`.`location_id`, `Property`.`status_id`, `Property`.`name`, `Property`.`description`, `Property`.`preconstruction_date`, `Property`.`construction_start`, `Property`.`construction_finish`, `Property`.`year_built`, `Property`.`price_from`, `Property`.`price_to`, `Property`.`maintenance_fee`, `Property`.`price_m2`, `Property`.`rental_cost`, `Property`.`size_from`, `Property`.`size_to`, `Property`.`metric`, `Property`.`floor`, `Property`.`bedrooms`, `Property`.`bathrooms`, `Property`.`more_info`, `Property`.`published`, `Property`.`featured`, `Property`.`exclusive`, `Property`.`featured_photo_id`, `Property`.`video`, `Property`.`viewed`, `Property`.`created`, `Property`.`modified`, `Property`.`propertytype_id`, `Property`.`friendlyname`, `Property`.`sfname`, `Property`.`slname`, `Property`.`semail`, `Property`.`saddress`, `Property`.`scity`, `Property`.`sstate`, `Property`.`scountry`, `Property`.`szip`, `Property`.`stelephone`, `Property`.`smobile`, `Property`.`scontactinpanama`, `Property`.`saddressinpanama`, `Property`.`scomments`, `Property`.`sellproperty`, `Property`.`latitude`, `Property`.`longitude`, `Property`.`maplevel`, `Property`.`nombre`, `Property`.`descripcion`, `Property`.`mas_informacion`, `Company`.`id`, `Company`.`name`, `Company`.`address`, `Company`.`city`, `Company`.`state`, `Company`.`country_id`, `Company`.`zip_code`, `Company`.`telephone`, `Company`.`fax`, `Company`.`instant_message`, `Company`.`url`, `Company`.`email`, `Company`.`password`, `Company`.`logo`, `Company`.`map_api`, `Company`.`contact_name`, `Company`.`contact_phone`, `Company`.`contact_billing_address`, `Company`.`type`, `User`.`id`, `User`.`name`, `User`.`password`, `User`.`email`, `User`.`last_login`, `User`.`userlevel`, `User`.`type`, `Profile`.`id`, `Profile`.`user_id`, `Profile`.`name`, `Profile`.`address`, `Profile`.`city`, `Profile`.`state`, `Profile`.`country_id`, `Profile`.`zip_code`, `Profile`.`telephone`, `Profile`.`fax`, `Profile`.`instant_message`, `Profile`.`url`, `Profile`.`email`, `Profile`.`logo`, `Profile`.`map_api`, `Profile`.`contact_name`, `Profile`.`contact_phone`, `Profile`.`contact_billing_address`, `Profile`.`listings_allowed`, `Category`.`id`, `Category`.`type_id`, `Category`.`name`, `Category`.`description`, `Location`.`id`, `Location`.`name`, `Location`.`description`, `Location`.`latitude`, `Location`.`longitude`, `Location`.`maplevel`, `Status`.`id`, `Status`.`name`, `Status`.`description`, `Propertytype`.`id`, `Propertytype`.`name`, `Propertytype`.`created`, `Propertytype`.`modified` FROM `properties` AS `Property` LEFT JOIN `companies` AS `Company` ON (`Property`.`company_id` = `Company`.`id`) LEFT JOIN `users` AS `User` ON (`Property`.`user_id` = `User`.`id`) LEFT JOIN `profiles` AS `Profile` ON (`Property`.`user_id` = `Profile`.`id`) LEFT JOIN `categories` AS `Category` ON (`Property`.`category_id` = `Category`.`id`) LEFT JOIN `locations` AS `Location` ON (`Property`.`location_id` = `Location`.`id`) LEFT JOIN `statuses` AS `Status` ON (`Property`.`status_id` = `Status`.`id`) LEFT JOIN `propertytypes` AS `Propertytype` ON (`Property`.`propertytype_id` = `Propertytype`.`id`) WHERE 1 = 1 21212
32SELECT `PropertyUser`.`id`, `PropertyUser`.`property_id`, `PropertyUser`.`user_id` FROM `properties_users` AS `PropertyUser` WHERE `PropertyUser`.`property_id` IN (1) 000
33SELECT `PropertyUser`.`id`, `PropertyUser`.`property_id`, `PropertyUser`.`user_id` FROM `properties_users` AS `PropertyUser` WHERE `PropertyUser`.`property_id` IN (5) 000
34SELECT `PropertyUser`.`id`, `PropertyUser`.`property_id`, `PropertyUser`.`user_id` FROM `properties_users` AS `PropertyUser` WHERE `PropertyUser`.`property_id` IN (8) 000
35SELECT `PropertyUser`.`id`, `PropertyUser`.`property_id`, `PropertyUser`.`user_id` FROM `properties_users` AS `PropertyUser` WHERE `PropertyUser`.`property_id` IN (9) 000
36SELECT `PropertyUser`.`id`, `PropertyUser`.`property_id`, `PropertyUser`.`user_id` FROM `properties_users` AS `PropertyUser` WHERE `PropertyUser`.`property_id` IN (10) 000
37SELECT `PropertyUser`.`id`, `PropertyUser`.`property_id`, `PropertyUser`.`user_id` FROM `properties_users` AS `PropertyUser` WHERE `PropertyUser`.`property_id` IN (11) 000
38SELECT `PropertyUser`.`id`, `PropertyUser`.`property_id`, `PropertyUser`.`user_id` FROM `properties_users` AS `PropertyUser` WHERE `PropertyUser`.`property_id` IN (12) 000
39SELECT `PropertyUser`.`id`, `PropertyUser`.`property_id`, `PropertyUser`.`user_id` FROM `properties_users` AS `PropertyUser` WHERE `PropertyUser`.`property_id` IN (13) 000
40SELECT `PropertyUser`.`id`, `PropertyUser`.`property_id`, `PropertyUser`.`user_id` FROM `properties_users` AS `PropertyUser` WHERE `PropertyUser`.`property_id` IN (14) 000
41SELECT `PropertyUser`.`id`, `PropertyUser`.`property_id`, `PropertyUser`.`user_id` FROM `properties_users` AS `PropertyUser` WHERE `PropertyUser`.`property_id` IN (15) 000
42SELECT `PropertyUser`.`id`, `PropertyUser`.`property_id`, `PropertyUser`.`user_id` FROM `properties_users` AS `PropertyUser` WHERE `PropertyUser`.`property_id` IN (16) 000
43SELECT `PropertyUser`.`id`, `PropertyUser`.`property_id`, `PropertyUser`.`user_id` FROM `properties_users` AS `PropertyUser` WHERE `PropertyUser`.`property_id` IN (17) 000
44SELECT `PropertyUser`.`id`, `PropertyUser`.`property_id`, `PropertyUser`.`user_id` FROM `properties_users` AS `PropertyUser` WHERE `PropertyUser`.`property_id` IN (18) 000
45SELECT `PropertyUser`.`id`, `PropertyUser`.`property_id`, `PropertyUser`.`user_id` FROM `properties_users` AS `PropertyUser` WHERE `PropertyUser`.`property_id` IN (19) 000
46SELECT `PropertyUser`.`id`, `PropertyUser`.`property_id`, `PropertyUser`.`user_id` FROM `properties_users` AS `PropertyUser` WHERE `PropertyUser`.`property_id` IN (20) 000
47SELECT `PropertyUser`.`id`, `PropertyUser`.`property_id`, `PropertyUser`.`user_id` FROM `properties_users` AS `PropertyUser` WHERE `PropertyUser`.`property_id` IN (21) 000
48SELECT `PropertyUser`.`id`, `PropertyUser`.`property_id`, `PropertyUser`.`user_id` FROM `properties_users` AS `PropertyUser` WHERE `PropertyUser`.`property_id` IN (22) 000
49SELECT `PropertyUser`.`id`, `PropertyUser`.`property_id`, `PropertyUser`.`user_id` FROM `properties_users` AS `PropertyUser` WHERE `PropertyUser`.`property_id` IN (23) 000
50SELECT `PropertyUser`.`id`, `PropertyUser`.`property_id`, `PropertyUser`.`user_id` FROM `properties_users` AS `PropertyUser` WHERE `PropertyUser`.`property_id` IN (24) 000
51SELECT `PropertyUser`.`id`, `PropertyUser`.`property_id`, `PropertyUser`.`user_id` FROM `properties_users` AS `PropertyUser` WHERE `PropertyUser`.`property_id` IN (25) 000
52SELECT `PropertyUser`.`id`, `PropertyUser`.`property_id`, `PropertyUser`.`user_id` FROM `properties_users` AS `PropertyUser` WHERE `PropertyUser`.`property_id` IN (26) 000
53SELECT `Photo`.`id`, `Photo`.`property_id`, `Photo`.`name`, `Photo`.`ext`, `Photo`.`created` FROM `photos` AS `Photo` WHERE `Photo`.`property_id` IN (1) 550
54SELECT `Photo`.`id`, `Photo`.`property_id`, `Photo`.`name`, `Photo`.`ext`, `Photo`.`created` FROM `photos` AS `Photo` WHERE `Photo`.`property_id` IN (5) 110
55SELECT `Photo`.`id`, `Photo`.`property_id`, `Photo`.`name`, `Photo`.`ext`, `Photo`.`created` FROM `photos` AS `Photo` WHERE `Photo`.`property_id` IN (8) 12120
56SELECT `Photo`.`id`, `Photo`.`property_id`, `Photo`.`name`, `Photo`.`ext`, `Photo`.`created` FROM `photos` AS `Photo` WHERE `Photo`.`property_id` IN (9) 110
57SELECT `Photo`.`id`, `Photo`.`property_id`, `Photo`.`name`, `Photo`.`ext`, `Photo`.`created` FROM `photos` AS `Photo` WHERE `Photo`.`property_id` IN (10) 000
58SELECT `Photo`.`id`, `Photo`.`property_id`, `Photo`.`name`, `Photo`.`ext`, `Photo`.`created` FROM `photos` AS `Photo` WHERE `Photo`.`property_id` IN (11) 000
59SELECT `Photo`.`id`, `Photo`.`property_id`, `Photo`.`name`, `Photo`.`ext`, `Photo`.`created` FROM `photos` AS `Photo` WHERE `Photo`.`property_id` IN (12) 110
60SELECT `Photo`.`id`, `Photo`.`property_id`, `Photo`.`name`, `Photo`.`ext`, `Photo`.`created` FROM `photos` AS `Photo` WHERE `Photo`.`property_id` IN (13) 110
61SELECT `Photo`.`id`, `Photo`.`property_id`, `Photo`.`name`, `Photo`.`ext`, `Photo`.`created` FROM `photos` AS `Photo` WHERE `Photo`.`property_id` IN (14) 110
62SELECT `Photo`.`id`, `Photo`.`property_id`, `Photo`.`name`, `Photo`.`ext`, `Photo`.`created` FROM `photos` AS `Photo` WHERE `Photo`.`property_id` IN (15) 110
63SELECT `Photo`.`id`, `Photo`.`property_id`, `Photo`.`name`, `Photo`.`ext`, `Photo`.`created` FROM `photos` AS `Photo` WHERE `Photo`.`property_id` IN (16) 110
64SELECT `Photo`.`id`, `Photo`.`property_id`, `Photo`.`name`, `Photo`.`ext`, `Photo`.`created` FROM `photos` AS `Photo` WHERE `Photo`.`property_id` IN (17) 110
65SELECT `Photo`.`id`, `Photo`.`property_id`, `Photo`.`name`, `Photo`.`ext`, `Photo`.`created` FROM `photos` AS `Photo` WHERE `Photo`.`property_id` IN (18) 440
66SELECT `Photo`.`id`, `Photo`.`property_id`, `Photo`.`name`, `Photo`.`ext`, `Photo`.`created` FROM `photos` AS `Photo` WHERE `Photo`.`property_id` IN (19) 000
67SELECT `Photo`.`id`, `Photo`.`property_id`, `Photo`.`name`, `Photo`.`ext`, `Photo`.`created` FROM `photos` AS `Photo` WHERE `Photo`.`property_id` IN (20) 110
68SELECT `Photo`.`id`, `Photo`.`property_id`, `Photo`.`name`, `Photo`.`ext`, `Photo`.`created` FROM `photos` AS `Photo` WHERE `Photo`.`property_id` IN (21) 550
69SELECT `Photo`.`id`, `Photo`.`property_id`, `Photo`.`name`, `Photo`.`ext`, `Photo`.`created` FROM `photos` AS `Photo` WHERE `Photo`.`property_id` IN (22) 110
70SELECT `Photo`.`id`, `Photo`.`property_id`, `Photo`.`name`, `Photo`.`ext`, `Photo`.`created` FROM `photos` AS `Photo` WHERE `Photo`.`property_id` IN (23) 110
71SELECT `Photo`.`id`, `Photo`.`property_id`, `Photo`.`name`, `Photo`.`ext`, `Photo`.`created` FROM `photos` AS `Photo` WHERE `Photo`.`property_id` IN (24) 220
72SELECT `Photo`.`id`, `Photo`.`property_id`, `Photo`.`name`, `Photo`.`ext`, `Photo`.`created` FROM `photos` AS `Photo` WHERE `Photo`.`property_id` IN (25) 110
73SELECT `Photo`.`id`, `Photo`.`property_id`, `Photo`.`name`, `Photo`.`ext`, `Photo`.`created` FROM `photos` AS `Photo` WHERE `Photo`.`property_id` IN (26) 110
74SELECT `Video`.`id`, `Video`.`property_id`, `Video`.`video_url`, `Video`.`created` FROM `videos` AS `Video` WHERE `Video`.`property_id` IN (1) 000
75SELECT `Video`.`id`, `Video`.`property_id`, `Video`.`video_url`, `Video`.`created` FROM `videos` AS `Video` WHERE `Video`.`property_id` IN (5) 000
76SELECT `Video`.`id`, `Video`.`property_id`, `Video`.`video_url`, `Video`.`created` FROM `videos` AS `Video` WHERE `Video`.`property_id` IN (8) 000
77SELECT `Video`.`id`, `Video`.`property_id`, `Video`.`video_url`, `Video`.`created` FROM `videos` AS `Video` WHERE `Video`.`property_id` IN (9) 000
78SELECT `Video`.`id`, `Video`.`property_id`, `Video`.`video_url`, `Video`.`created` FROM `videos` AS `Video` WHERE `Video`.`property_id` IN (10) 000
79SELECT `Video`.`id`, `Video`.`property_id`, `Video`.`video_url`, `Video`.`created` FROM `videos` AS `Video` WHERE `Video`.`property_id` IN (11) 000
80SELECT `Video`.`id`, `Video`.`property_id`, `Video`.`video_url`, `Video`.`created` FROM `videos` AS `Video` WHERE `Video`.`property_id` IN (12) 000
81SELECT `Video`.`id`, `Video`.`property_id`, `Video`.`video_url`, `Video`.`created` FROM `videos` AS `Video` WHERE `Video`.`property_id` IN (13) 000
82SELECT `Video`.`id`, `Video`.`property_id`, `Video`.`video_url`, `Video`.`created` FROM `videos` AS `Video` WHERE `Video`.`property_id` IN (14) 000
83SELECT `Video`.`id`, `Video`.`property_id`, `Video`.`video_url`, `Video`.`created` FROM `videos` AS `Video` WHERE `Video`.`property_id` IN (15) 000
84SELECT `Video`.`id`, `Video`.`property_id`, `Video`.`video_url`, `Video`.`created` FROM `videos` AS `Video` WHERE `Video`.`property_id` IN (16) 000
85SELECT `Video`.`id`, `Video`.`property_id`, `Video`.`video_url`, `Video`.`created` FROM `videos` AS `Video` WHERE `Video`.`property_id` IN (17) 000
86SELECT `Video`.`id`, `Video`.`property_id`, `Video`.`video_url`, `Video`.`created` FROM `videos` AS `Video` WHERE `Video`.`property_id` IN (18) 000
87SELECT `Video`.`id`, `Video`.`property_id`, `Video`.`video_url`, `Video`.`created` FROM `videos` AS `Video` WHERE `Video`.`property_id` IN (19) 000
88SELECT `Video`.`id`, `Video`.`property_id`, `Video`.`video_url`, `Video`.`created` FROM `videos` AS `Video` WHERE `Video`.`property_id` IN (20) 000
89SELECT `Video`.`id`, `Video`.`property_id`, `Video`.`video_url`, `Video`.`created` FROM `videos` AS `Video` WHERE `Video`.`property_id` IN (21) 110
90SELECT `Video`.`id`, `Video`.`property_id`, `Video`.`video_url`, `Video`.`created` FROM `videos` AS `Video` WHERE `Video`.`property_id` IN (22) 110
91SELECT `Video`.`id`, `Video`.`property_id`, `Video`.`video_url`, `Video`.`created` FROM `videos` AS `Video` WHERE `Video`.`property_id` IN (23) 330
92SELECT `Video`.`id`, `Video`.`property_id`, `Video`.`video_url`, `Video`.`created` FROM `videos` AS `Video` WHERE `Video`.`property_id` IN (24) 110
93SELECT `Video`.`id`, `Video`.`property_id`, `Video`.`video_url`, `Video`.`created` FROM `videos` AS `Video` WHERE `Video`.`property_id` IN (25) 000
94SELECT `Video`.`id`, `Video`.`property_id`, `Video`.`video_url`, `Video`.`created` FROM `videos` AS `Video` WHERE `Video`.`property_id` IN (26) 000
95SELECT `Note`.`id`, `Note`.`property_id`, `Note`.`note`, `Note`.`viewed`, `Note`.`created`, `Note`.`modified`, `Note`.`agent_id` FROM `notes` AS `Note` WHERE `Note`.`property_id` IN (1) 110
96SELECT `Note`.`id`, `Note`.`property_id`, `Note`.`note`, `Note`.`viewed`, `Note`.`created`, `Note`.`modified`, `Note`.`agent_id` FROM `notes` AS `Note` WHERE `Note`.`property_id` IN (5) 000
97SELECT `Note`.`id`, `Note`.`property_id`, `Note`.`note`, `Note`.`viewed`, `Note`.`created`, `Note`.`modified`, `Note`.`agent_id` FROM `notes` AS `Note` WHERE `Note`.`property_id` IN (8) 000
98SELECT `Note`.`id`, `Note`.`property_id`, `Note`.`note`, `Note`.`viewed`, `Note`.`created`, `Note`.`modified`, `Note`.`agent_id` FROM `notes` AS `Note` WHERE `Note`.`property_id` IN (9) 000
99SELECT `Note`.`id`, `Note`.`property_id`, `Note`.`note`, `Note`.`viewed`, `Note`.`created`, `Note`.`modified`, `Note`.`agent_id` FROM `notes` AS `Note` WHERE `Note`.`property_id` IN (10) 000
100SELECT `Note`.`id`, `Note`.`property_id`, `Note`.`note`, `Note`.`viewed`, `Note`.`created`, `Note`.`modified`, `Note`.`agent_id` FROM `notes` AS `Note` WHERE `Note`.`property_id` IN (11) 000
101SELECT `Note`.`id`, `Note`.`property_id`, `Note`.`note`, `Note`.`viewed`, `Note`.`created`, `Note`.`modified`, `Note`.`agent_id` FROM `notes` AS `Note` WHERE `Note`.`property_id` IN (12) 000
102SELECT `Note`.`id`, `Note`.`property_id`, `Note`.`note`, `Note`.`viewed`, `Note`.`created`, `Note`.`modified`, `Note`.`agent_id` FROM `notes` AS `Note` WHERE `Note`.`property_id` IN (13) 000
103SELECT `Note`.`id`, `Note`.`property_id`, `Note`.`note`, `Note`.`viewed`, `Note`.`created`, `Note`.`modified`, `Note`.`agent_id` FROM `notes` AS `Note` WHERE `Note`.`property_id` IN (14) 000
104SELECT `Note`.`id`, `Note`.`property_id`, `Note`.`note`, `Note`.`viewed`, `Note`.`created`, `Note`.`modified`, `Note`.`agent_id` FROM `notes` AS `Note` WHERE `Note`.`property_id` IN (15) 000
105SELECT `Note`.`id`, `Note`.`property_id`, `Note`.`note`, `Note`.`viewed`, `Note`.`created`, `Note`.`modified`, `Note`.`agent_id` FROM `notes` AS `Note` WHERE `Note`.`property_id` IN (16) 000
106SELECT `Note`.`id`, `Note`.`property_id`, `Note`.`note`, `Note`.`viewed`, `Note`.`created`, `Note`.`modified`, `Note`.`agent_id` FROM `notes` AS `Note` WHERE `Note`.`property_id` IN (17) 000
107SELECT `Note`.`id`, `Note`.`property_id`, `Note`.`note`, `Note`.`viewed`, `Note`.`created`, `Note`.`modified`, `Note`.`agent_id` FROM `notes` AS `Note` WHERE `Note`.`property_id` IN (18) 000
108SELECT `Note`.`id`, `Note`.`property_id`, `Note`.`note`, `Note`.`viewed`, `Note`.`created`, `Note`.`modified`, `Note`.`agent_id` FROM `notes` AS `Note` WHERE `Note`.`property_id` IN (19) 000
109SELECT `Note`.`id`, `Note`.`property_id`, `Note`.`note`, `Note`.`viewed`, `Note`.`created`, `Note`.`modified`, `Note`.`agent_id` FROM `notes` AS `Note` WHERE `Note`.`property_id` IN (20) 000
110SELECT `Note`.`id`, `Note`.`property_id`, `Note`.`note`, `Note`.`viewed`, `Note`.`created`, `Note`.`modified`, `Note`.`agent_id` FROM `notes` AS `Note` WHERE `Note`.`property_id` IN (21) 000
111SELECT `Note`.`id`, `Note`.`property_id`, `Note`.`note`, `Note`.`viewed`, `Note`.`created`, `Note`.`modified`, `Note`.`agent_id` FROM `notes` AS `Note` WHERE `Note`.`property_id` IN (22) 000
112SELECT `Note`.`id`, `Note`.`property_id`, `Note`.`note`, `Note`.`viewed`, `Note`.`created`, `Note`.`modified`, `Note`.`agent_id` FROM `notes` AS `Note` WHERE `Note`.`property_id` IN (23) 000
113SELECT `Note`.`id`, `Note`.`property_id`, `Note`.`note`, `Note`.`viewed`, `Note`.`created`, `Note`.`modified`, `Note`.`agent_id` FROM `notes` AS `Note` WHERE `Note`.`property_id` IN (24) 000
114SELECT `Note`.`id`, `Note`.`property_id`, `Note`.`note`, `Note`.`viewed`, `Note`.`created`, `Note`.`modified`, `Note`.`agent_id` FROM `notes` AS `Note` WHERE `Note`.`property_id` IN (25) 000
115SELECT `Note`.`id`, `Note`.`property_id`, `Note`.`note`, `Note`.`viewed`, `Note`.`created`, `Note`.`modified`, `Note`.`agent_id` FROM `notes` AS `Note` WHERE `Note`.`property_id` IN (26) 000
116SELECT `Floorplant`.`id`, `Floorplant`.`property_id`, `Floorplant`.`name`, `Floorplant`.`ext`, `Floorplant`.`description`, `Floorplant`.`created` FROM `floorplants` AS `Floorplant` WHERE `Floorplant`.`property_id` IN (1) 000
117SELECT `Floorplant`.`id`, `Floorplant`.`property_id`, `Floorplant`.`name`, `Floorplant`.`ext`, `Floorplant`.`description`, `Floorplant`.`created` FROM `floorplants` AS `Floorplant` WHERE `Floorplant`.`property_id` IN (5) 000
118SELECT `Floorplant`.`id`, `Floorplant`.`property_id`, `Floorplant`.`name`, `Floorplant`.`ext`, `Floorplant`.`description`, `Floorplant`.`created` FROM `floorplants` AS `Floorplant` WHERE `Floorplant`.`property_id` IN (8) 000
119SELECT `Floorplant`.`id`, `Floorplant`.`property_id`, `Floorplant`.`name`, `Floorplant`.`ext`, `Floorplant`.`description`, `Floorplant`.`created` FROM `floorplants` AS `Floorplant` WHERE `Floorplant`.`property_id` IN (9) 000
120SELECT `Floorplant`.`id`, `Floorplant`.`property_id`, `Floorplant`.`name`, `Floorplant`.`ext`, `Floorplant`.`description`, `Floorplant`.`created` FROM `floorplants` AS `Floorplant` WHERE `Floorplant`.`property_id` IN (10) 000
121SELECT `Floorplant`.`id`, `Floorplant`.`property_id`, `Floorplant`.`name`, `Floorplant`.`ext`, `Floorplant`.`description`, `Floorplant`.`created` FROM `floorplants` AS `Floorplant` WHERE `Floorplant`.`property_id` IN (11) 000
122SELECT `Floorplant`.`id`, `Floorplant`.`property_id`, `Floorplant`.`name`, `Floorplant`.`ext`, `Floorplant`.`description`, `Floorplant`.`created` FROM `floorplants` AS `Floorplant` WHERE `Floorplant`.`property_id` IN (12) 000
123SELECT `Floorplant`.`id`, `Floorplant`.`property_id`, `Floorplant`.`name`, `Floorplant`.`ext`, `Floorplant`.`description`, `Floorplant`.`created` FROM `floorplants` AS `Floorplant` WHERE `Floorplant`.`property_id` IN (13) 000
124SELECT `Floorplant`.`id`, `Floorplant`.`property_id`, `Floorplant`.`name`, `Floorplant`.`ext`, `Floorplant`.`description`, `Floorplant`.`created` FROM `floorplants` AS `Floorplant` WHERE `Floorplant`.`property_id` IN (14) 000
125SELECT `Floorplant`.`id`, `Floorplant`.`property_id`, `Floorplant`.`name`, `Floorplant`.`ext`, `Floorplant`.`description`, `Floorplant`.`created` FROM `floorplants` AS `Floorplant` WHERE `Floorplant`.`property_id` IN (15) 000
126SELECT `Floorplant`.`id`, `Floorplant`.`property_id`, `Floorplant`.`name`, `Floorplant`.`ext`, `Floorplant`.`description`, `Floorplant`.`created` FROM `floorplants` AS `Floorplant` WHERE `Floorplant`.`property_id` IN (16) 000
127SELECT `Floorplant`.`id`, `Floorplant`.`property_id`, `Floorplant`.`name`, `Floorplant`.`ext`, `Floorplant`.`description`, `Floorplant`.`created` FROM `floorplants` AS `Floorplant` WHERE `Floorplant`.`property_id` IN (17) 000
128SELECT `Floorplant`.`id`, `Floorplant`.`property_id`, `Floorplant`.`name`, `Floorplant`.`ext`, `Floorplant`.`description`, `Floorplant`.`created` FROM `floorplants` AS `Floorplant` WHERE `Floorplant`.`property_id` IN (18) 000
129SELECT `Floorplant`.`id`, `Floorplant`.`property_id`, `Floorplant`.`name`, `Floorplant`.`ext`, `Floorplant`.`description`, `Floorplant`.`created` FROM `floorplants` AS `Floorplant` WHERE `Floorplant`.`property_id` IN (19) 000
130SELECT `Floorplant`.`id`, `Floorplant`.`property_id`, `Floorplant`.`name`, `Floorplant`.`ext`, `Floorplant`.`description`, `Floorplant`.`created` FROM `floorplants` AS `Floorplant` WHERE `Floorplant`.`property_id` IN (20) 000
131SELECT `Floorplant`.`id`, `Floorplant`.`property_id`, `Floorplant`.`name`, `Floorplant`.`ext`, `Floorplant`.`description`, `Floorplant`.`created` FROM `floorplants` AS `Floorplant` WHERE `Floorplant`.`property_id` IN (21) 000
132SELECT `Floorplant`.`id`, `Floorplant`.`property_id`, `Floorplant`.`name`, `Floorplant`.`ext`, `Floorplant`.`description`, `Floorplant`.`created` FROM `floorplants` AS `Floorplant` WHERE `Floorplant`.`property_id` IN (22) 000
133SELECT `Floorplant`.`id`, `Floorplant`.`property_id`, `Floorplant`.`name`, `Floorplant`.`ext`, `Floorplant`.`description`, `Floorplant`.`created` FROM `floorplants` AS `Floorplant` WHERE `Floorplant`.`property_id` IN (23) 000
134SELECT `Floorplant`.`id`, `Floorplant`.`property_id`, `Floorplant`.`name`, `Floorplant`.`ext`, `Floorplant`.`description`, `Floorplant`.`created` FROM `floorplants` AS `Floorplant` WHERE `Floorplant`.`property_id` IN (24) 110
135SELECT `Floorplant`.`id`, `Floorplant`.`property_id`, `Floorplant`.`name`, `Floorplant`.`ext`, `Floorplant`.`description`, `Floorplant`.`created` FROM `floorplants` AS `Floorplant` WHERE `Floorplant`.`property_id` IN (25) 000
136SELECT `Floorplant`.`id`, `Floorplant`.`property_id`, `Floorplant`.`name`, `Floorplant`.`ext`, `Floorplant`.`description`, `Floorplant`.`created` FROM `floorplants` AS `Floorplant` WHERE `Floorplant`.`property_id` IN (26) 000
137SELECT `Rating`.`id`, `Rating`.`property_id`, `Rating`.`rating` FROM `ratings` AS `Rating` WHERE `Rating`.`property_id` IN (1) 110
138SELECT `Rating`.`id`, `Rating`.`property_id`, `Rating`.`rating` FROM `ratings` AS `Rating` WHERE `Rating`.`property_id` IN (5) 000
139SELECT `Rating`.`id`, `Rating`.`property_id`, `Rating`.`rating` FROM `ratings` AS `Rating` WHERE `Rating`.`property_id` IN (8) 110
140SELECT `Rating`.`id`, `Rating`.`property_id`, `Rating`.`rating` FROM `ratings` AS `Rating` WHERE `Rating`.`property_id` IN (9) 220
141SELECT `Rating`.`id`, `Rating`.`property_id`, `Rating`.`rating` FROM `ratings` AS `Rating` WHERE `Rating`.`property_id` IN (10) 000
142SELECT `Rating`.`id`, `Rating`.`property_id`, `Rating`.`rating` FROM `ratings` AS `Rating` WHERE `Rating`.`property_id` IN (11) 000
143SELECT `Rating`.`id`, `Rating`.`property_id`, `Rating`.`rating` FROM `ratings` AS `Rating` WHERE `Rating`.`property_id` IN (12) 110
144SELECT `Rating`.`id`, `Rating`.`property_id`, `Rating`.`rating` FROM `ratings` AS `Rating` WHERE `Rating`.`property_id` IN (13) 000
145SELECT `Rating`.`id`, `Rating`.`property_id`, `Rating`.`rating` FROM `ratings` AS `Rating` WHERE `Rating`.`property_id` IN (14) 000
146SELECT `Rating`.`id`, `Rating`.`property_id`, `Rating`.`rating` FROM `ratings` AS `Rating` WHERE `Rating`.`property_id` IN (15) 110
147SELECT `Rating`.`id`, `Rating`.`property_id`, `Rating`.`rating` FROM `ratings` AS `Rating` WHERE `Rating`.`property_id` IN (16) 220
148SELECT `Rating`.`id`, `Rating`.`property_id`, `Rating`.`rating` FROM `ratings` AS `Rating` WHERE `Rating`.`property_id` IN (17) 000
149SELECT `Rating`.`id`, `Rating`.`property_id`, `Rating`.`rating` FROM `ratings` AS `Rating` WHERE `Rating`.`property_id` IN (18) 110
150SELECT `Rating`.`id`, `Rating`.`property_id`, `Rating`.`rating` FROM `ratings` AS `Rating` WHERE `Rating`.`property_id` IN (19) 000
151SELECT `Rating`.`id`, `Rating`.`property_id`, `Rating`.`rating` FROM `ratings` AS `Rating` WHERE `Rating`.`property_id` IN (20) 000
152SELECT `Rating`.`id`, `Rating`.`property_id`, `Rating`.`rating` FROM `ratings` AS `Rating` WHERE `Rating`.`property_id` IN (21) 000
153SELECT `Rating`.`id`, `Rating`.`property_id`, `Rating`.`rating` FROM `ratings` AS `Rating` WHERE `Rating`.`property_id` IN (22) 220
154SELECT `Rating`.`id`, `Rating`.`property_id`, `Rating`.`rating` FROM `ratings` AS `Rating` WHERE `Rating`.`property_id` IN (23) 330
155SELECT `Rating`.`id`, `Rating`.`property_id`, `Rating`.`rating` FROM `ratings` AS `Rating` WHERE `Rating`.`property_id` IN (24) 000
156SELECT `Rating`.`id`, `Rating`.`property_id`, `Rating`.`rating` FROM `ratings` AS `Rating` WHERE `Rating`.`property_id` IN (25) 000
157SELECT `Rating`.`id`, `Rating`.`property_id`, `Rating`.`rating` FROM `ratings` AS `Rating` WHERE `Rating`.`property_id` IN (26) 000
158SELECT `Comment`.`id`, `Comment`.`property_id`, `Comment`.`comment`, `Comment`.`name`, `Comment`.`created` FROM `comments` AS `Comment` WHERE `Comment`.`property_id` IN (1) 220
159SELECT `Comment`.`id`, `Comment`.`property_id`, `Comment`.`comment`, `Comment`.`name`, `Comment`.`created` FROM `comments` AS `Comment` WHERE `Comment`.`property_id` IN (5) 000
160SELECT `Comment`.`id`, `Comment`.`property_id`, `Comment`.`comment`, `Comment`.`name`, `Comment`.`created` FROM `comments` AS `Comment` WHERE `Comment`.`property_id` IN (8) 000
161SELECT `Comment`.`id`, `Comment`.`property_id`, `Comment`.`comment`, `Comment`.`name`, `Comment`.`created` FROM `comments` AS `Comment` WHERE `Comment`.`property_id` IN (9) 000
162SELECT `Comment`.`id`, `Comment`.`property_id`, `Comment`.`comment`, `Comment`.`name`, `Comment`.`created` FROM `comments` AS `Comment` WHERE `Comment`.`property_id` IN (10) 000
163SELECT `Comment`.`id`, `Comment`.`property_id`, `Comment`.`comment`, `Comment`.`name`, `Comment`.`created` FROM `comments` AS `Comment` WHERE `Comment`.`property_id` IN (11) 000
164SELECT `Comment`.`id`, `Comment`.`property_id`, `Comment`.`comment`, `Comment`.`name`, `Comment`.`created` FROM `comments` AS `Comment` WHERE `Comment`.`property_id` IN (12) 000
165SELECT `Comment`.`id`, `Comment`.`property_id`, `Comment`.`comment`, `Comment`.`name`, `Comment`.`created` FROM `comments` AS `Comment` WHERE `Comment`.`property_id` IN (13) 000
166SELECT `Comment`.`id`, `Comment`.`property_id`, `Comment`.`comment`, `Comment`.`name`, `Comment`.`created` FROM `comments` AS `Comment` WHERE `Comment`.`property_id` IN (14) 000
167SELECT `Comment`.`id`, `Comment`.`property_id`, `Comment`.`comment`, `Comment`.`name`, `Comment`.`created` FROM `comments` AS `Comment` WHERE `Comment`.`property_id` IN (15) 000
168SELECT `Comment`.`id`, `Comment`.`property_id`, `Comment`.`comment`, `Comment`.`name`, `Comment`.`created` FROM `comments` AS `Comment` WHERE `Comment`.`property_id` IN (16) 110
169SELECT `Comment`.`id`, `Comment`.`property_id`, `Comment`.`comment`, `Comment`.`name`, `Comment`.`created` FROM `comments` AS `Comment` WHERE `Comment`.`property_id` IN (17) 000
170SELECT `Comment`.`id`, `Comment`.`property_id`, `Comment`.`comment`, `Comment`.`name`, `Comment`.`created` FROM `comments` AS `Comment` WHERE `Comment`.`property_id` IN (18) 000
171SELECT `Comment`.`id`, `Comment`.`property_id`, `Comment`.`comment`, `Comment`.`name`, `Comment`.`created` FROM `comments` AS `Comment` WHERE `Comment`.`property_id` IN (19) 000
172SELECT `Comment`.`id`, `Comment`.`property_id`, `Comment`.`comment`, `Comment`.`name`, `Comment`.`created` FROM `comments` AS `Comment` WHERE `Comment`.`property_id` IN (20) 110
173SELECT `Comment`.`id`, `Comment`.`property_id`, `Comment`.`comment`, `Comment`.`name`, `Comment`.`created` FROM `comments` AS `Comment` WHERE `Comment`.`property_id` IN (21) 000
174SELECT `Comment`.`id`, `Comment`.`property_id`, `Comment`.`comment`, `Comment`.`name`, `Comment`.`created` FROM `comments` AS `Comment` WHERE `Comment`.`property_id` IN (22) 000
175SELECT `Comment`.`id`, `Comment`.`property_id`, `Comment`.`comment`, `Comment`.`name`, `Comment`.`created` FROM `comments` AS `Comment` WHERE `Comment`.`property_id` IN (23) 110
176SELECT `Comment`.`id`, `Comment`.`property_id`, `Comment`.`comment`, `Comment`.`name`, `Comment`.`created` FROM `comments` AS `Comment` WHERE `Comment`.`property_id` IN (24) 110
177SELECT `Comment`.`id`, `Comment`.`property_id`, `Comment`.`comment`, `Comment`.`name`, `Comment`.`created` FROM `comments` AS `Comment` WHERE `Comment`.`property_id` IN (25) 000
178SELECT `Comment`.`id`, `Comment`.`property_id`, `Comment`.`comment`, `Comment`.`name`, `Comment`.`created` FROM `comments` AS `Comment` WHERE `Comment`.`property_id` IN (26) 000
179SELECT `Amenity`.`id`, `Amenity`.`name` FROM `amenities` AS `Amenity` JOIN `amenities_properties` ON (`amenities_properties`.`property_id` = 1 AND `amenities_properties`.`amenity_id` = `Amenity`.`id`) WHERE 1 = 1 000
180SELECT `Amenity`.`id`, `Amenity`.`name` FROM `amenities` AS `Amenity` JOIN `amenities_properties` ON (`amenities_properties`.`property_id` = 5 AND `amenities_properties`.`amenity_id` = `Amenity`.`id`) WHERE 1 = 1 000
181SELECT `Amenity`.`id`, `Amenity`.`name` FROM `amenities` AS `Amenity` JOIN `amenities_properties` ON (`amenities_properties`.`property_id` = 8 AND `amenities_properties`.`amenity_id` = `Amenity`.`id`) WHERE 1 = 1 330
182SELECT `Amenity`.`id`, `Amenity`.`name` FROM `amenities` AS `Amenity` JOIN `amenities_properties` ON (`amenities_properties`.`property_id` = 9 AND `amenities_properties`.`amenity_id` = `Amenity`.`id`) WHERE 1 = 1 440
183SELECT `Amenity`.`id`, `Amenity`.`name` FROM `amenities` AS `Amenity` JOIN `amenities_properties` ON (`amenities_properties`.`property_id` = 10 AND `amenities_properties`.`amenity_id` = `Amenity`.`id`) WHERE 1 = 1 000
184SELECT `Amenity`.`id`, `Amenity`.`name` FROM `amenities` AS `Amenity` JOIN `amenities_properties` ON (`amenities_properties`.`property_id` = 11 AND `amenities_properties`.`amenity_id` = `Amenity`.`id`) WHERE 1 = 1 000
185SELECT `Amenity`.`id`, `Amenity`.`name` FROM `amenities` AS `Amenity` JOIN `amenities_properties` ON (`amenities_properties`.`property_id` = 12 AND `amenities_properties`.`amenity_id` = `Amenity`.`id`) WHERE 1 = 1 000
186SELECT `Amenity`.`id`, `Amenity`.`name` FROM `amenities` AS `Amenity` JOIN `amenities_properties` ON (`amenities_properties`.`property_id` = 13 AND `amenities_properties`.`amenity_id` = `Amenity`.`id`) WHERE 1 = 1 000
187SELECT `Amenity`.`id`, `Amenity`.`name` FROM `amenities` AS `Amenity` JOIN `amenities_properties` ON (`amenities_properties`.`property_id` = 14 AND `amenities_properties`.`amenity_id` = `Amenity`.`id`) WHERE 1 = 1 550
188SELECT `Amenity`.`id`, `Amenity`.`name` FROM `amenities` AS `Amenity` JOIN `amenities_properties` ON (`amenities_properties`.`property_id` = 15 AND `amenities_properties`.`amenity_id` = `Amenity`.`id`) WHERE 1 = 1 000
189SELECT `Amenity`.`id`, `Amenity`.`name` FROM `amenities` AS `Amenity` JOIN `amenities_properties` ON (`amenities_properties`.`property_id` = 16 AND `amenities_properties`.`amenity_id` = `Amenity`.`id`) WHERE 1 = 1 000
190SELECT `Amenity`.`id`, `Amenity`.`name` FROM `amenities` AS `Amenity` JOIN `amenities_properties` ON (`amenities_properties`.`property_id` = 17 AND `amenities_properties`.`amenity_id` = `Amenity`.`id`) WHERE 1 = 1 330
191SELECT `Amenity`.`id`, `Amenity`.`name` FROM `amenities` AS `Amenity` JOIN `amenities_properties` ON (`amenities_properties`.`property_id` = 18 AND `amenities_properties`.`amenity_id` = `Amenity`.`id`) WHERE 1 = 1 550
192SELECT `Amenity`.`id`, `Amenity`.`name` FROM `amenities` AS `Amenity` JOIN `amenities_properties` ON (`amenities_properties`.`property_id` = 19 AND `amenities_properties`.`amenity_id` = `Amenity`.`id`) WHERE 1 = 1 000
193SELECT `Amenity`.`id`, `Amenity`.`name` FROM `amenities` AS `Amenity` JOIN `amenities_properties` ON (`amenities_properties`.`property_id` = 20 AND `amenities_properties`.`amenity_id` = `Amenity`.`id`) WHERE 1 = 1 000
194SELECT `Amenity`.`id`, `Amenity`.`name` FROM `amenities` AS `Amenity` JOIN `amenities_properties` ON (`amenities_properties`.`property_id` = 21 AND `amenities_properties`.`amenity_id` = `Amenity`.`id`) WHERE 1 = 1 440
195SELECT `Amenity`.`id`, `Amenity`.`name` FROM `amenities` AS `Amenity` JOIN `amenities_properties` ON (`amenities_properties`.`property_id` = 22 AND `amenities_properties`.`amenity_id` = `Amenity`.`id`) WHERE 1 = 1 000
196SELECT `Amenity`.`id`, `Amenity`.`name` FROM `amenities` AS `Amenity` JOIN `amenities_properties` ON (`amenities_properties`.`property_id` = 23 AND `amenities_properties`.`amenity_id` = `Amenity`.`id`) WHERE 1 = 1 000
197SELECT `Amenity`.`id`, `Amenity`.`name` FROM `amenities` AS `Amenity` JOIN `amenities_properties` ON (`amenities_properties`.`property_id` = 24 AND `amenities_properties`.`amenity_id` = `Amenity`.`id`) WHERE 1 = 1 220
198SELECT `Amenity`.`id`, `Amenity`.`name` FROM `amenities` AS `Amenity` JOIN `amenities_properties` ON (`amenities_properties`.`property_id` = 25 AND `amenities_properties`.`amenity_id` = `Amenity`.`id`) WHERE 1 = 1 000
199SELECT `Amenity`.`id`, `Amenity`.`name` FROM `amenities` AS `Amenity` JOIN `amenities_properties` ON (`amenities_properties`.`property_id` = 26 AND `amenities_properties`.`amenity_id` = `Amenity`.`id`) WHERE 1 = 1 550
200SELECT `Favorite`.`id`, `Favorite`.`name`, `Favorite`.`password`, `Favorite`.`email`, `Favorite`.`last_login`, `Favorite`.`userlevel`, `Favorite`.`type` FROM `users` AS `Favorite` JOIN `properties_users` ON (`properties_users`.`property_id` = 1 AND `properties_users`.`user_id` = `Favorite`.`id`) WHERE 1 = 1 000