select * from flight info where start place = ' Shanghai ';
要使用%,您需要使用like
從航班信息中選擇*出發地,如“%上海%”;
兩種方法都可以用。