My project have to show 3 rows
to user and that'll see new 3 random rows
in next morning
this is my table.. how can i replace or insert new rows automatically everyday
+--------+-----------+-----------------+-----------------+
| userID | userNAME | chaID | chaNAME |
+--------+-----------+-----------------+-----------------+
| 1 | Jane | 4 | Watering |
| 2 | Cristian | 3 | Early Sleeping |
| 3 | Jumbo | 12 | Playing sport |
+--------+-----------+-----------------+-----------------+
I really have no idea to deal with it .. should i make a trigger?
Thank you so much