【SELECTサンプル】
12万件のデータから郵便番号3001288の住所を取得します
SQL文
sql = "select * from zip where code = '3001288' ;"