Hello, I accidentally emptied my wp_view_total table which contains the total view counts while cleaning up my blog database. However, all individual views are still present in my wp_views table. Is there a way to retrieve the data that was in the deleted table from wp_views, or is there nothing left to do at this point? I appreciate your help, and I would be very happy if a solution can be provided. Unfortunately, making a mistake without a backup can be costly in terms of effort. In wp_views, there are columns for post_id, user_id, ip_address, created_date, session_id, and point. The wp_view_total table that I emptied only has columns for post_id and total. Thank you in advance.