4 | SELECT `Product`.`id`, `Product`.`status`, `Product`.`name`, `Product`.`y_name`, `Product`.`series_id`, `Product`.`type`, `Product`.`html`, `Product`.`html_en`, `Product`.`html_zh`, `Product`.`html_ko`, `Product`.`title`, `Product`.`title_en`, `Product`.`title_zh`, `Product`.`title_ko`, `Product`.`description`, `Product`.`description_en`, `Product`.`description_zh`, `Product`.`description_ko`, `Product`.`keyword_en`, `Product`.`keyword_zh`, `Product`.`keyword_ko`, `Product`.`file_title1`, `Product`.`file_title2`, `Product`.`file_title3`, `Product`.`file_title4`, `Product`.`file_title5`, `Product`.`file_title6`, `Product`.`file_title7`, `Product`.`file_title8`, `Product`.`file_role1`, `Product`.`file_role2`, `Product`.`file_role3`, `Product`.`file_role4`, `Product`.`file_role5`, `Product`.`file_role6`, `Product`.`file_role7`, `Product`.`file_role8`, `Product`.`file_count1`, `Product`.`file_count2`, `Product`.`file_count3`, `Product`.`file_count4`, `Product`.`file_count5`, `Product`.`file_count6`, `Product`.`file_count7`, `Product`.`file_count8`, `Product`.`alternative`, `Product`.`combination`, `Product`.`ambiguous`, `Product`.`buy_url1`, `Product`.`buy_url2`, `Product`.`buy_url3`, `Product`.`buy_url4`, `Product`.`buy_text1`, `Product`.`buy_text2`, `Product`.`buy_text3`, `Product`.`buy_text4`, `Product`.`odr`, `Product`.`created`, `Product`.`modified`, `Product`.`販売分類`, `Product`.`コネクタ形状`, `Product`.`嵌合方向`, `Product`.`基板実装部ピッチ`, `Product`.`接点部めっき`, `Product`.`めっき厚`, `Product`.`本体長さ(ピッチ方向)`, `Product`.`本体幅(奥行き)`, `Product`.`インピーダンス整合`, `Product`.`接触抵抗`, `Product`.`使用温度範囲(Min)`, `Product`.`RoHS2`, `Product`.`ハロゲンフリー`, `Product`.`2点接点`, `Product`.`位置決めボス`, `Product`.`グランド`, `Product`.`ワイドスライダー`, `Product`.`誘い込み用フランジ`, `Product`.`吸着用キャップ`, `Product`.`吸着用テープ`, `Product`.`可動量X`, `Product`.`可動量Y`, `Product`.`有効嵌合長Z`, `Product`.`振幅許容範囲`, `Product`.`挿抜回数`, `Product`.`ロック方式`, `Product`.`カード抜け防止機能`, `Product`.`梱包形態`, `Product`.`梱包数量`, `Product`.`基板実装方法`, `Product`.`嵌合形状`, `Product`.`実装形態`, `Product`.`接点方向`, `Product`.`嵌合部ピッチ`, `Product`.`極数`, `Product`.`伝送規格`, `Product`.`本体高さ`, `Product`.`定格電圧(AC)`, `Product`.`定格電圧(DC)`, `Product`.`定格電流`, `Product`.`耐電圧`, `Product`.`使用温度範囲(Max)`, `Product`.`抜け上寸法`, `Product`.`抜け下寸法`, `Product`.`配列`, `Product`.`フローティング機能`, `Product`.`伝送速度(代表参考値)`, `Product`.`共振振幅量`, (CONCAT_WS( " ", IFNULL(`Product`.`name`,""), IFNULL(`Product`.`y_name`,""), IFNULL(`Product`.`file_title1`,""), IFNULL(`Product`.`file_title2`,""), IFNULL(`Product`.`file_title3`,""), IFNULL(`Product`.`file_title4`, ""), IFNULL(`Product`.`file_title5`, ""), IFNULL(`Product`.`file_title6`, ""), IFNULL(`Product`.`file_title7`, ""), IFNULL(`Product`.`file_title8`, ""), IFNULL(`Product`.`alternative`,""), IFNULL(`Product`.`combination`,""), IFNULL(`Product`.`ambiguous`,""))) AS `Product__keyword`, `Series`.`id`, `Series`.`name` FROM `irisoweb_test`.`products` AS `Product` LEFT JOIN `irisoweb_test`.`series` AS `Series` ON (`Product`.`series_id` = `Series`.`id`) WHERE ((((`Product`.`series_id` = 16) AND (`Product`.`type` = 'A'))) OR (((`Product`.`series_id` = 17) AND (`Product`.`type` = 'L')))) AND 嵌合部ピッチ = '0.635' AND 販売分類 = 'Preferred' AND 極数 = '30' GROUP BY `Product`.`series_id` ORDER BY CAST(極数 as signed) ASC LIMIT 2 | | 1 | 1 | 50 |