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
Owner

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
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: fbenoist68/hdwposxy#21
No description provided.