o‹Ξ—\’θ


š 9ŒŽ18“ϊ(‹ΰ)
9ŒŽ19“ϊ(“y)
9ŒŽ20“ϊ(“ϊ)
9ŒŽ21“ϊ(ŒŽ)
9ŒŽ22“ϊ(‰Ξ)
9ŒŽ23“ϊ(…)
9ŒŽ24“ϊ(–Ψ)
select 
		t_schedule.*,
		t_schedule.time_stt schedule_time_stt,
		t_schedule.time_end schedule_time_end,
		m_cast.*,
		m_cast.del_login_id cast_del_login_id,
		m_shop.name shop_name,
		m_shop.background_color,
		m_shop.color
		 from t_schedule 
		LEFT JOIN m_cast
		ON m_cast.cast_id = t_schedule.cast_id

		LEFT JOIN m_shop
		ON m_shop.shop_id = m_cast.shop_id
		 WHERE  date = '2026/09/18' AND  t_schedule.del_login_id = 0 order by  m_cast.orderex

Unknown column 't_schedule.time_stt' in 'SELECT'