注:本博文基于上一篇博文中的表進行查詢,上篇博文:MySQL基本查詢示例(1)。 1、查詢fruits表中每個s_id對應的所有f_name值 mysql&g
1、創建所需表及插入數據 mysql> create table fruits ( f_id char(10) not null, s_id int not n