benim sorunum çok karmaşık
Şimdi i files
tablo var
I selected from it the files which added in last seven days. it returns many ids like 1,2,3,4,5 ok it's great. Now the problem:
i var tutorial
tablosu
Her tutorial
files
tablonun bir dosya vardır
şimdi ben 7 gün eklenen son hangi files
seçilen
and make list ordered by files downloaded count desc
and after that I select from tutorial
which equal tutorial id in the files
table
this mean
files_id tutorial_id
1 2
files_id tutorial_id
2 2
Bu bir eğitimde iki dosya demek
Şimdi öğretici
tut_id tut_title
1 tite test
dosyalar listesinde son yedi gün içinde indirilebilir
file_id = 1 this mean tutorial id = 2
file_id = 2 this mean tutorial id = 2
This means I have one tutorial and two files in the most downloaded list will duplicate the tutorial title twice.
onun gerçekten karmaşık.