>>>>> On Mon, 13 May 2024 21:24:47 -0400, Phil Stracchino said:
> 
> +            "DELETE FROM PathVisibility "
> +            "WHERE NOT EXISTS "
> +            "(SELECT 1 FROM Job WHERE JobId=PathVisibility.JobId) LIMIT 
> 100000");

DELETE ... LIMIT is a MySQL thing, not standard.

__Martin


_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to