Ok, a while ago I bought a lyric database that contained around 400,000 lyrics and I had it up and running working perfectly. Now I tried setting the database up again and I am having difficulty.
Invalid SQL: SELECT COUNT(*) as songcount FROM songs AS s INNER JOIN artists AS a ON s.primaryartist = a.artistid LEFT JOIN albums AS al ON s.album = al.albumid WHERE a.letter = '09'
mysql error: Table 'bushell_lyrics.artists' doesn't exist
mysql error number: 1146
I have not much of a idea when it comes mysql so if anyone could help me I would really appreciate it.
Invalid SQL: SELECT COUNT(*) as songcount FROM songs AS s INNER JOIN artists AS a ON s.primaryartist = a.artistid LEFT JOIN albums AS al ON s.album = al.albumid WHERE a.letter = '09'
mysql error: Table 'bushell_lyrics.artists' doesn't exist
mysql error number: 1146
I have not much of a idea when it comes mysql so if anyone could help me I would really appreciate it.






