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

喜多見・狛江の不動産についてのご相談は「きたみ不動産」へ!
宅地建物取引士、行政書士、ファイナンシャルプランナー、電気工事士等の専門知識を有するスタッフが在籍しております。
売買、相続、賃貸、管理などについてお困りごとがございましたら、まずは当店へご相談ください。
-
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 '2025/11/01' <= 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 '2025/11/01' <= 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 '2025/11/01' <= 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 '2025/11/01' <= 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 '2025/11/01' <= 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 '2025/11/01' <= date2
AND draft_flg != 1 AND del_flg != 1
) union_data
order by id_code desc
limit 4;
-
売買

レジデンシャルフラッツ喜多見
価格:5,280万円
小田急線 喜多見駅 徒歩22分
間取り:4LDK -
売買

シティテラス多摩川C棟
価格:5,480万円
小田急線 狛江駅 徒歩22分 , 小田急線 狛江駅
間取り:3LDK -
売買

ファミール国領モアメーム
価格:4,890万円
京王線 国領駅 徒歩14分 , 小田急線 狛江駅
間取り:3LDK -
売買

狛江市駒井町1丁目 新築戸建
価格:7,499万円
小田急線 和泉多摩川駅 徒歩15分 , 小田急線 狛江駅
間取り:3LDK
Array ( [0] => Array ( [id_code] => 1761885406 [0] => 1761885406 [property_id] => 071015 [1] => 071015 [property_name] => レジデンシャルフラッツ喜多見 [2] => レジデンシャルフラッツ喜多見 [recommendation_flg] => 1 [3] => 1 [station_name] => [4] => [line_code1] => 25001 [5] => 25001 [station_code1] => 2500115 [6] => 2500115 [line_code2] => [7] => [station_code2] => [8] => [line_code3] => [9] => [station_code3] => [10] => [traffic_minute] => 22 [11] => 22 [traffic_text] => [12] => [new_flg] => 1 [13] => 1 [charge] => 52800000 [14] => 52800000 [room_arrangement_code] => 11 [15] => 11 [property_type_code] => 7 [16] => 7 [image1] => 1761885406_1.jpg [17] => 1761885406_1.jpg [tablename] => s_mansion [18] => s_mansion ) [1] => Array ( [id_code] => 1761836055 [0] => 1761836055 [property_id] => 071017 [1] => 071017 [property_name] => シティテラス多摩川C棟 [2] => シティテラス多摩川C棟 [recommendation_flg] => 1 [3] => 1 [station_name] => [4] => [line_code1] => 25001 [5] => 25001 [station_code1] => 2500116 [6] => 2500116 [line_code2] => 25001 [7] => 25001 [station_code2] => 2500116 [8] => 2500116 [line_code3] => [9] => [station_code3] => [10] => [traffic_minute] => 22 [11] => 22 [traffic_text] => [12] => [new_flg] => 1 [13] => 1 [charge] => 54800000 [14] => 54800000 [room_arrangement_code] => 9 [15] => 9 [property_type_code] => 7 [16] => 7 [image1] => 1761836055_1.jpg [17] => 1761836055_1.jpg [tablename] => s_mansion [18] => s_mansion ) [2] => Array ( [id_code] => 1761820203 [0] => 1761820203 [property_id] => 071016 [1] => 071016 [property_name] => ファミール国領モアメーム [2] => ファミール国領モアメーム [recommendation_flg] => 1 [3] => 1 [station_name] => [4] => [line_code1] => 24001 [5] => 24001 [station_code1] => 2400116 [6] => 2400116 [line_code2] => 25001 [7] => 25001 [station_code2] => 2500116 [8] => 2500116 [line_code3] => [9] => [station_code3] => [10] => [traffic_minute] => 14 [11] => 14 [traffic_text] => 狛江駅バス10分狛江営業所停徒歩4分 [12] => 狛江駅バス10分狛江営業所停徒歩4分 [new_flg] => 1 [13] => 1 [charge] => 48900000 [14] => 48900000 [room_arrangement_code] => 9 [15] => 9 [property_type_code] => 7 [16] => 7 [image1] => 1761820203_1.jpg [17] => 1761820203_1.jpg [tablename] => s_mansion [18] => s_mansion ) [3] => Array ( [id_code] => 1761628956 [0] => 1761628956 [property_id] => 071009 [1] => 071009 [property_name] => 狛江市駒井町1丁目 新築戸建 [2] => 狛江市駒井町1丁目 新築戸建 [recommendation_flg] => 1 [3] => 1 [station_name] => [4] => [line_code1] => 25001 [5] => 25001 [station_code1] => 2500117 [6] => 2500117 [line_code2] => 25001 [7] => 25001 [station_code2] => 2500116 [8] => 2500116 [line_code3] => [9] => [station_code3] => [10] => [traffic_minute] => 15 [11] => 15 [traffic_text] => [12] => [new_flg] => 1 [13] => 1 [charge] => 74990000 [14] => 74990000 [room_arrangement_code] => 9 [15] => 9 [property_type_code] => 8 [16] => 8 [image1] => 1761628956_1.jpg [17] => 1761628956_1.jpg [tablename] => property [18] => property ) )




















