Dashboard : Afficher s'il y a des erreurs de réplication hors PK #21

Open
opened 2024-01-22 23:11:23 +01:00 by fbenoist68 · 0 comments

afficher les erreurs de réplications qui ne sont pas des violations de PK

SELECT *
FROM repqueue.rpl_replication_data
WHERE publish_status = 'ERROR'
AND error_details NOT LIKE '%viol%';

select count(*) from repqueue.rpl_replication_data where publish_status = 'ERROR' AND error_details NOT LIKE '%viol%';

afficher les erreurs de réplications qui ne sont pas des violations de PK SELECT * FROM repqueue.rpl_replication_data WHERE publish_status = 'ERROR' AND error_details NOT LIKE '%viol%'; select count(*) from repqueue.rpl_replication_data where publish_status = 'ERROR' AND error_details NOT LIKE '%viol%';
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: fbenoist68/hdwposxy#21
There is no content yet.