Of the 30-something queries I run against the db, the only one that has given me any problems is the following:
Code:
INSERT INTO order (CustomerID, CartID)
VALUES ('000000000000000014', 'f62c18efc160cfd173ef962dc932fdd2')
(the values of CustomerID and CartID are obviously somewhat dynamic)
Yet when I run the query, I get a syntal error