查詢一個表得某字段,在另外一個表某字段中包含

SELECT a.city,b.startip,b.endip FROM cityinfo a  JOIN t_ip  b
ON b.cheng LIKE  CONCAT("%" ,a.city ,"%")
ORDER BY a.city

1.cityinfo 只有city字段,  sql

2.t_ip 中5個字段 id int  ,sheng 省份,city 城市 ,startip 開始ip ,endip 結束ip  code

相關文章
相關標籤/搜索