[sql] wp_comments

Viewer

copydownloadembedprintName: wp_comments
  1. /* CREATE TABLE */
  2. CREATE TABLE wp_comments(
  3. `comment_ID` DOUBLE,
  4. `comment_post_ID` DOUBLE,
  5. `comment_author` VARCHAR(100),
  6. `comment_author_email` VARCHAR(100),
  7. `comment_author_url` VARCHAR(100),
  8. `comment_author_IP` VARCHAR(100),
  9. `comment_date` VARCHAR(100),
  10. `comment_date_gmt` VARCHAR(100),
  11. `comment_content` VARCHAR(100),
  12. `comment_karma` VARCHAR(100),
  13. `comment_approved` VARCHAR(100),
  14. `comment_agent` VARCHAR(100),
  15. `comment_type` VARCHAR(100),
  16. `comment_parent` DOUBLE,
  17. `user_id` DOUBLE
  18. );
  19.  
  20. /* INSERT QUERY NO: 1 */
  21. INSERT INTO wp_comments(`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`)
  22. VALUES (15, 4046, 'ndubest obineme', '[email protected]', '', '41.190.3.22', '2016-11-03 10:31:21', '2016-11-03 17:31:21', '"Annual hydro generation in 2015 was at the lowest level since 2007, largely because of drought conditions in the Pacific Coast states. The three continental Pacific Coast states (California, Oregon, and Washington) contain 50% of total U.S. conventional hydro capacity. The drought was so severe that in 2015, California enacted its first-ever mandatory <a href=""http://oilandgasrepublic.com/?p=7460"" rel=""nofollow"">water restrictions </a>"', '0', '1', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', 'comment', 0, 2093);
  23.  
  24. /* INSERT QUERY NO: 2 */
  25. INSERT INTO wp_comments(`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`)
  26. VALUES (16, 5350, 'Raven Monnig', '[email protected]', '', '71.11.128.220', '2016-11-21 12:27:30', '2016-11-21 19:27:30', '"Clean Line is trying to force landowners off of their property. Land that has been handed down for generations or land that was purchased with hard earned money by the blood sweat and tears of hardworking Americans. Force them out, ruin their land, put their children at risk of possible health issues and for what? Money. This isn't a company looking TO solve any energy crisis, it IS looking TO become rich AND Clean Line doesn't care how it affects the rest of the country, only their pocket book. I feel that these initiatives should be driven by local municipalities for their own citizens. Hopefully the leaders of GE will come to their senses and join forces with a more reputable company."', '0', '1', '"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36"', 'comment', 0, 2107);
  27.  
  28. /* INSERT QUERY NO: 3 */
  29. INSERT INTO wp_comments(`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`)
  30. VALUES (103, 34825, 'Ted Herman', '[email protected]', '', '192.213.136.166', '2019-01-09 16:48:10', '2019-01-09 23:48:10', '"I think the math might be off. 810,000 square miles? That's 3x the SIZE OF texas... i think it might be 8,100 square miles."', '0', '1', '"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, LIKE Gecko) Chrome/71.0.3578.98 Safari/537.36"', 'comment', 0, 3457);
  31.  
  32.  

Editor

You can edit this paste and save as new:


File Description
  • wp_comments
  • Paste Code
  • 27 Apr-2024
  • 3.47 Kb
You can Share it: