Zi: 8 februarie 2023
Posted in Utilităţi MySQL
Exemplificare pentru GROUP_CONCAT
Având trei tabele – book(bookID, bookTitle), author(authorID, last_name, first_name), aut_book(authorID, bookID), redarea autorilor si cartilor aferente, poate fi…