there was an idea to replace two requests to the database with one, is it possible to do this?
SELECT `label` AS `from` FROM `city` WHERE `code` = 'moscow' SELECT `label` AS `to` FROM `city` WHERE `code` = 'irkutsk' The result to be obtained in one request should be:
