Nasıl benim veritabanından bu verileri filtre?

0 Cevap php

Ben bir isim ve tip alan bir tablo var. Türü alanı bu şekilde kişinin müzikal tat içerir:

"Kaya, Pop, Metal, Dance" (varchar)

Ben müzik zevkinize göre gruplandırılmış, bu kişiler ile bir excel listesi oluşturmak gerekir.

Örneğin:

  1. Rock herkesle tek liste; Metal; Dans
  2. Rock herkesle başka; Metal; Trans
  3. Rock (Sadece Rock) ile başka bir
  4. ve böylece ...

Each user can be only in one list. I need this list to import in my newsletter software. Each type is a mailing list.

I need to perform all kind of combinations and then create the list when get results. I was wondering which is the best and faster way to do this. Can be trought a php script or even just SQL.

Ps:. I need this data from an old database created by someone else. I agree, is a terrible way to store.

0 Cevap