ГА
Size: a a a
ГА
ГА
s
AS
$ids_to_delete = implode(', ', array_column($mes, 'id'));
DELETE FROM %TABLE_NAME% WHERE id IN ($ids_to_delete);
s
RG
В
ГА
$ids_to_delete = implode(', ', array_column($mes, 'id'));
DELETE FROM dialogs WHERE id IN ($ids_to_delete);
AS
AS
AD
s
AS
ГА
DELETE FROM dialogs WHERE id IN ($ids_to_delete)
");s
AS
s