I am trying to get specific data from the database by using column SongID when a user clicks a link but I am getting this error:
SongID
SQLSTATE[42
Just Go to Model file of the corresponding Controller and check the primary key filed name
such as
protected $primaryKey = 'info_id';
here info id is field name available in database table
More info can be found at "Primary Keys" section of the docs.