Hello guys
I have a table (table1) with four columns:
CustomerID,
CallID,
NotesID,
Notes
There are many customers, who have many CallID. Each CallID has many NoteID, ie 1,2,3, each notesID has a one to one with Notes which holds Varchar(255) strings.
I.E...