There is a Select
request.
SELECT firstname, lastname FROM mdl_groups ... WHERE ... mdl_groups.name='Гр. №123'
Also, at the end, there is a string expression. The problem is that the query returns 0 lines, due to the fact that Russian characters are used. How can this problem be solved? Tell me please.