WordPress データベースエラー: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'rank, mem.mem_point AS point FROM wp_usces_member AS mem ' at line 17]
SELECT mem.ID AS ID, mem.mem_name1 AS name1, mem.mem_name2 AS name2, mem.mem_name3 AS name3, mem.mem_name4 AS name4, mem.mem_zip AS zipcode, country.meta_value AS country, mem.mem_pref AS pref, mem.mem_address1 AS address1, mem.mem_address2 AS address2, mem.mem_address3 AS address3, mem.mem_tel AS tel, mem.mem_fax AS fax, mem.mem_email AS email, DATE_FORMAT(mem.mem_registered, '%Y-%m-%d %H:%i') AS entrydate, mem.mem_status AS rank, mem.mem_point AS point FROM wp_usces_member AS mem LEFT JOIN wp_usces_member_meta AS country ON mem.ID = country.member_id AND country.meta_key = 'customer_country' GROUP BY <code>ID</code> ORDER BY <code>ID</code> DESC