Closed silenus092 closed 2 years ago
In GitLab by @kunaphas.kon on Jan 22, 2022, 09:41
I think the correct SQL LIKE statement should combine with OR instead of AND
aa_profile LIKE '% S:N501Q %' OR '% S:N501M %' OR '% S:N501Ω % etc......
and when join with other types should be AND
....
(date BETWEEN '2020-12-01' AND '2021-12-31') AND
(aa_profile LIKE '% S:N501O %' OR aa_profile LIKE .... )
In GitLab by @kunaphas.kon on Feb 16, 2022, 19:21
mentioned in commit 26e0aae94704029ef625ad8cdd9d892acdd29046
In GitLab by @s.fuchs on Mar 10, 2022, 13:02
mentioned in commit b4a3cbe307e8094582c2cdcc59789ef347d1b255
In GitLab by @kunaphas.kon on Jan 22, 2022, 09:39
Debug