If I modify the content or structure?
The table tblLaundryReceives was empty so can't produce output.
The sample database can be updated so we have the same data.
Also, any code to be tested can be put into a table.
Nice way for multiple people to work on a project.
insert into tblLaundryReceives values ('2015-01-28','BN20828120152','Dock','Mike','serv',10,20,30);
Comment