現在、情報を準備中です。

喜多見・狛江の不動産についてのご相談は「きたみ不動産」へ!
宅地建物取引士、行政書士、ファイナンシャルプランナー、電気工事士等の専門知識を有するスタッフが在籍しております。
売買、相続、賃貸、管理などについてお困りごとがございましたら、まずは当店へご相談ください。
-
sql .. select * from (
select
id_code,
property_id,
property_name,
recommendation_flg,
station_name,
line_code1,
station_code1,
line_code2,
station_code2,
line_code3,
station_code3,
traffic_minute,
traffic_text,
new_flg,
charge,
room_arrangement_code,
property_type_code,
image1,
'property' as tablename
from property
where
recommendation_flg = 1
AND '2026/01/17' <= date2
AND draft_flg != 1 AND del_flg != 1
UNION
select
id_code,
property_id,
property_name,
recommendation_flg,
station_name,
line_code1,
station_code1,
line_code2,
station_code2,
line_code3,
station_code3,
traffic_minute,
traffic_text,
new_flg,
charge,
'' as room_arrangement_code,
'' as property_type_code,
image1,
's_land' as tablename
from s_land
where
recommendation_flg = 1
AND '2026/01/17' <= date2
AND draft_flg != 1 AND del_flg != 1
UNION
select
id_code,
property_id,
property_name,
recommendation_flg,
station_name,
line_code1,
station_code1,
line_code2,
station_code2,
line_code3,
station_code3,
traffic_minute,
traffic_text,
new_flg,
charge,
room_arrangement_code,
property_type_code,
image1,
's_mansion' as tablename
from s_mansion
where
recommendation_flg = 1
AND '2026/01/17' <= date2
AND draft_flg != 1 AND del_flg != 1
UNION
select
id_code,
property_id,
property_name,
recommendation_flg,
station_name,
line_code1,
station_code1,
line_code2,
station_code2,
line_code3,
station_code3,
traffic_minute,
traffic_text,
new_flg,
charge,
room_arrangement_code,
property_type_code,
image1,
'r_kodate' as tablename
from r_kodate
where
recommendation_flg = 1
AND '2026/01/17' <= date2
AND draft_flg != 1 AND del_flg != 1
UNION
select
id_code,
property_id,
property_name,
recommendation_flg,
station_name,
line_code1,
station_code1,
line_code2,
station_code2,
line_code3,
station_code3,
traffic_minute,
traffic_text,
new_flg,
charge,
room_arrangement_code,
property_type_code,
image1,
'r_mansion' as tablename
from r_mansion
where
recommendation_flg = 1
AND '2026/01/17' <= date2
AND draft_flg != 1 AND del_flg != 1
UNION
select
id_code,
property_id,
property_name,
recommendation_flg,
station_name,
line_code1,
station_code1,
line_code2,
station_code2,
line_code3,
station_code3,
traffic_minute,
traffic_text,
new_flg,
charge,
room_arrangement_code,
property_type_code,
image1,
'r_store' as tablename
from r_store
where
recommendation_flg = 1
AND '2026/01/17' <= date2
AND draft_flg != 1 AND del_flg != 1
) union_data
order by id_code desc
limit 4;
-
売買

狛江市中和泉5丁目 新築戸建A号棟
価格:6,890万円
小田急線 狛江駅 徒歩20分 , 京王線 国領駅
間取り:3LDK -
売買

狛江市中和泉3丁目 新築戸建
価格:6,190万円
小田急線 狛江駅 徒歩14分
間取り:3LDK -
売買

狛江市中和泉5丁目 新築戸建D号棟
価格:6,290万円
小田急線 狛江駅 徒歩20分 , 京王線 国領駅
間取り:3LDK -
売買

狛江市中和泉5丁目 新築戸建C号棟
価格:6,790万円
小田急線 狛江駅 徒歩20分 , 京王線 国領駅
間取り:3LDK
Array ( [0] => Array ( [id_code] => 1768519986 [0] => 1768519986 [property_id] => 080104 [1] => 080104 [property_name] => 狛江市中和泉5丁目 新築戸建A号棟 [2] => 狛江市中和泉5丁目 新築戸建A号棟 [recommendation_flg] => 1 [3] => 1 [station_name] => [4] => [line_code1] => 25001 [5] => 25001 [station_code1] => 2500116 [6] => 2500116 [line_code2] => 24001 [7] => 24001 [station_code2] => 2400116 [8] => 2400116 [line_code3] => [9] => [station_code3] => [10] => [traffic_minute] => 20 [11] => 20 [traffic_text] => [12] => [new_flg] => 1 [13] => 1 [charge] => 68900000 [14] => 68900000 [room_arrangement_code] => 9 [15] => 9 [property_type_code] => 8 [16] => 8 [image1] => 1768519986_1.jpg [17] => 1768519986_1.jpg [tablename] => property [18] => property ) [1] => Array ( [id_code] => 1768497686 [0] => 1768497686 [property_id] => 080103 [1] => 080103 [property_name] => 狛江市中和泉3丁目 新築戸建 [2] => 狛江市中和泉3丁目 新築戸建 [recommendation_flg] => 1 [3] => 1 [station_name] => [4] => [line_code1] => 25001 [5] => 25001 [station_code1] => 2500116 [6] => 2500116 [line_code2] => [7] => [station_code2] => [8] => [line_code3] => [9] => [station_code3] => [10] => [traffic_minute] => 14 [11] => 14 [traffic_text] => [12] => [new_flg] => 1 [13] => 1 [charge] => 61900000 [14] => 61900000 [room_arrangement_code] => 9 [15] => 9 [property_type_code] => 8 [16] => 8 [image1] => 1768497686_1.jpg [17] => 1768497686_1.jpg [tablename] => property [18] => property ) [2] => Array ( [id_code] => 1768471247 [0] => 1768471247 [property_id] => 080107 [1] => 080107 [property_name] => 狛江市中和泉5丁目 新築戸建D号棟 [2] => 狛江市中和泉5丁目 新築戸建D号棟 [recommendation_flg] => 1 [3] => 1 [station_name] => [4] => [line_code1] => 25001 [5] => 25001 [station_code1] => 2500116 [6] => 2500116 [line_code2] => 24001 [7] => 24001 [station_code2] => 2400116 [8] => 2400116 [line_code3] => [9] => [station_code3] => [10] => [traffic_minute] => 20 [11] => 20 [traffic_text] => [12] => [new_flg] => 1 [13] => 1 [charge] => 62900000 [14] => 62900000 [room_arrangement_code] => 9 [15] => 9 [property_type_code] => 8 [16] => 8 [image1] => 1768471247_1.jpg [17] => 1768471247_1.jpg [tablename] => property [18] => property ) [3] => Array ( [id_code] => 1768470327 [0] => 1768470327 [property_id] => 080106 [1] => 080106 [property_name] => 狛江市中和泉5丁目 新築戸建C号棟 [2] => 狛江市中和泉5丁目 新築戸建C号棟 [recommendation_flg] => 1 [3] => 1 [station_name] => [4] => [line_code1] => 25001 [5] => 25001 [station_code1] => 2500116 [6] => 2500116 [line_code2] => 24001 [7] => 24001 [station_code2] => 2400116 [8] => 2400116 [line_code3] => [9] => [station_code3] => [10] => [traffic_minute] => 20 [11] => 20 [traffic_text] => [12] => [new_flg] => 1 [13] => 1 [charge] => 67900000 [14] => 67900000 [room_arrangement_code] => 9 [15] => 9 [property_type_code] => 8 [16] => 8 [image1] => 1768470327_1.jpg [17] => 1768470327_1.jpg [tablename] => property [18] => property ) )




















