Guest User

Untitled

a guest
Nov 24th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. Error
  2.  
  3. SQL query: Edit
  4.  
  5. INSERT INTO `nearsea`.(
  6. `id` ,
  7. `baseid` ,
  8. `Forsale` ,
  9. `Category` ,
  10. `Style` ,
  11. `Style Group` ,
  12. `Color` ,
  13. `Material` ,
  14. `Construction` ,
  15. `Weight` ,
  16. `Width` ,
  17. `Price` ,
  18. `Cost` ,
  19. `Description` ,
  20. `Comment` ,
  21. `Thumbnail` ,
  22. `Units` ,
  23. `ETA` ,
  24. `Quantity` ,
  25. `Quantity_Initial` ,
  26. `Discount` ,
  27. `Discount_Category` ,
  28. `US_Made` ,
  29. `US_Dyed` ,
  30. `US_Grown` ,
  31. `OC_COM` ,
  32. `OC_CAT` ,
  33. `Supplier` ,
  34. `Swatch_Price` ,
  35. `Vendor` ,
  36. `VendorID` ,
  37. `Attributes` ,
  38. `INTERNAL_COMMENTS` ,
  39. `Wholesale` ,
  40. `Dye_Category` ,
  41. `Origin` ,
  42. `Availability` ,
  43. `Default_Roll_Size` ,
  44. `Wholesale_Price` ,
  45. `Wholesale_Notes` ,
  46. `Updated` ,
  47. `Added`
  48. )
  49. VALUES (
  50. '4112', NULL , '2', '11', 'Heavy Fleece', NULL , 'Royal Blue', '100% Organic Cotton', NULL , '15.20', '52.00', '0.00', '8.50', NULL , NULL , NULL , 'yard/yards', NULL , '0.00', '0.00', '0.00', NULL , 'No', 'No', 'No', 'No', NULL , NULL , NULL , NULL , NULL , NULL , NULL , '0', NULL , NULL , 'Backordered', '50', '10.00', NULL , NOW( ) , '0000-00-00 00:00:00'
  51. )
  52.  
  53. MySQL said: Documentation
  54. #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(`id`, `baseid`, `Forsale`, `Category`, `Style`, `Style Group`, `Color`, `Materi' at line 1
Add Comment
Please, Sign In to add comment