09-13-2022, 01:43 PM
(This post was last modified: 09-13-2022, 02:38 PM by anonymous.
Edit Reason: Wrong separator in the query
)
I've just found the SQL query to get all vCards in a single row, it's very easy:
Code:
select group_concat(vcard, '
') from (select vcard from folder_id order by rev desc);