diary bugfixes
This commit is contained in:
@@ -47,7 +47,7 @@ else {
|
||||
and date(tr_date) = uk_first_training
|
||||
ORDER BY tr_date ASC
|
||||
limit 1)
|
||||
order by tr_id ASC
|
||||
order by tr_date ASC
|
||||
limit 2) as elso_ket_edzes)) as 'training_per_month',
|
||||
(SELECT
|
||||
count(pr_id)
|
||||
@@ -83,7 +83,7 @@ else {
|
||||
and date(tr_date) = uk_first_training
|
||||
ORDER BY tr_date ASC
|
||||
limit 1)
|
||||
order by tr_id ASC
|
||||
order by tr_date ASC
|
||||
limit 2) elso2edzes) as 'first_two'
|
||||
FROM
|
||||
((SELECT
|
||||
|
||||
Reference in New Issue
Block a user