[query "select
song.song_id,
song.title,
song.url,
song_to_album.duration,
song_to_album.dont_link
from
song_to_album,
song
where
song_to_album.album_id = and song.song_id = song_to_album.song_id
order by
song_to_album.sort_order
" [sql query error: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'and song.song_id = song_to_album.song_id
order by
song_to_album.sort_o...' at line 12]]
Ирина Богушевская: Альбомы