Posted by: SumOne1 June 15, 2017
sql question
Login in to Rate this Post:     0       ?        
Hi newbie69,

Write the column name DATE_of_Payment instead of Date
Yours:-
INSERT INTO INVOICE_t (Invoice_Number, Date, VIN_Number, Customer_ID)
VALUES (3456, ’03/20/2016’, ‘1234567’, ‘1’);
Mine:-
INSERT INTO INVOICE_t (Invoice_Number, DATE_of_Payment, VIN_Number, Customer_ID)
VALUES (3456, '03/20/2016', '1234567', '1');
Read Full Discussion Thread for this article