Hi I have 2 columns from a table as follows:
ID(int) Note(ntext)
10 dsdadasdasdsdads ewrewr
10 asdsdsdasdasdasd
10 sdsa
11 cvxvcvxvcxvcvx cxvcxvxv
11 frfwefwfwr wrfrw rw wr
4 opeiqwei
4 wqwdqdedd
4 eeweqeq
All I need to do is return the id and all of the text from the Note field from that ID, e.g.
10 dsdadasdasdsdads ewrewr asdsdsdasdasdasd sdsa
Does anyone know if this is possible? thanks
ID(int) Note(ntext)
10 dsdadasdasdsdads ewrewr
10 asdsdsdasdasdasd
10 sdsa
11 cvxvcvxvcxvcvx cxvcxvxv
11 frfwefwfwr wrfrw rw wr
4 opeiqwei
4 wqwdqdedd
4 eeweqeq
All I need to do is return the id and all of the text from the Note field from that ID, e.g.
10 dsdadasdasdsdads ewrewr asdsdsdasdasdasd sdsa
Does anyone know if this is possible? thanks