Basically, I wanna go through the entire table from top to bottom. If the item already exists, update the row with new data. If not, append the data to the table. How do I go about implementing this? Thank you
Update: That would be simple in raw query, however, Im using it on a MVC architecture.