I have the following tables:
create table Invoices (InvoiceID int, InvoiceDate date, Total money); insert into Invoices (InvoiceID, InvoiceDate, Total) values (1, \'2