Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Use the getChatAdministrators method to get a list of admins and then send messages to them.
List in the query the fields needed for selecting the fields from the tables and add AS
aliases for the ID fields,
for example
SELECT
t1.ID AS ID1, t1.html ..........
t2.ID AS ID2, t2.page_id
FROM `page` AS `t1`
LEFT JOIN `page-setting` AS `t2` ON t1.`ID` = t2.`page_id`
ORDER BY t1.`ID` ASC;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question