uncomment this line to get csv output
authorAndrew Engelbrecht <andrew@fsf.org>
Fri, 19 May 2023 16:25:41 +0000 (12:25 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Fri, 19 May 2023 16:25:41 +0000 (12:25 -0400)
board-forum-contacts.sql

index cff379808a379bb064112781fedc8d63c32719a7..c47543de5b14092d2d39b86356a3f896edd6f81f 100644 (file)
@@ -28,5 +28,7 @@ and c.id not in (
             )
         )
     )
-) order by id asc;
+) order by id asc
+-- into outfile '/var/lib/mysql-files/board-forum-contacts.csv' fields terminated by ','
+;