How do I update a query with data that was entered into DB after the last query?
Simple example is a social network: You are viewing the existing data, and when there is a new post, it is inserted in the top of the current view.
How do I update a query with data that was entered into DB after the last query?
Simple example is a social network: You are viewing the existing data, and when there is a new post, it is inserted in the top of the current view.