Advertisement
bhengh

Fill sb_books_new table with values

Jul 23rd, 2013
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. INSERT INTO wp_sb_books_new VALUES (null, 'Genesis'),
  2. (null, 'Exodus'),
  3. (null, 'Leviticus'),
  4. (null, 'Numbers'),
  5. (null, 'Deuteronomy'),
  6. (null, 'Joshua'),
  7. (null, 'Judges'),
  8. (null, 'Ruth'),
  9. (null, '1 Samuel'),
  10. (null, '2 Samuel'),
  11. (null, '1 Kings'),
  12. (null, '2 Kings'),
  13. (null, '1 Chronicles'),
  14. (null, '2 Chronicles'),
  15. (null, 'Ezra'),
  16. (null, 'Nehemiah'),
  17. (null, 'Esther'),
  18. (null, 'Job'),
  19. (null, 'Psalm'),
  20. (null, 'Proverbs'),
  21. (null, 'Ecclesiastes'),
  22. (null, 'Song of Solomon'),
  23. (null, 'Isaiah'),
  24. (null, 'Jeremiah'),
  25. (null, 'Lamentations'),
  26. (null, 'Ezekiel'),
  27. (null, 'Daniel'),
  28. (null, 'Hosea'),
  29. (null, 'Joel'),
  30. (null, 'Amos'),
  31. (null, 'Obadiah'),
  32. (null, 'Jonah'),
  33. (null, 'Micah'),
  34. (null, 'Nahum'),
  35. (null, 'Habakkuk'),
  36. (null, 'Zephaniah'),
  37. (null, 'Haggai'),
  38. (null, 'Zechariah'),
  39. (null, 'Malachi'),
  40. (null, 'Matthew'),
  41. (null, 'Mark'),
  42. (null, 'Luke'),
  43. (null, 'John'),
  44. (null, 'Acts'),
  45. (null, 'Romans'),
  46. (null, '1 Corinthians'),
  47. (null, '2 Corinthians'),
  48. (null, 'Galatians'),
  49. (null, 'Ephesians'),
  50. (null, 'Philippians'),
  51. (null, 'Colossians'),
  52. (null, '1 Thessalonians'),
  53. (null, '2 Thessalonians'),
  54. (null, '1 Timothy'),
  55. (null, '2 Timothy'),
  56. (null, 'Titus'),
  57. (null, 'Philemon'),
  58. (null, 'Hebrews'),
  59. (null, 'James'),
  60. (null, '1 Peter'),
  61. (null, '2 Peter'),
  62. (null, '1 John'),
  63. (null, '2 John'),
  64. (null, '3 John'),
  65. (null, 'Jude'),
  66. (null, 'Revelation');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement