Hi guys,
I need to count number of similar Visit length for each client in my database.
for example.
client name Visit Date Visit Length(hr)
Brian 18/10/04 0.5
Brian 19/10/04 0.5
Thomas 18/10/04 0.75
Thomas 19/10/04 0.75
Thomas 20/10/04 0.75
The query should calculate as Brian has 2 (0.5 visit length)
Thomas has 3 (0.75 Visit length)
I am very new to SQL and I am struggling to do this. Could anyone help me with this...
Thanks guys
Sanjna
I need to count number of similar Visit length for each client in my database.
for example.
client name Visit Date Visit Length(hr)
Brian 18/10/04 0.5
Brian 19/10/04 0.5
Thomas 18/10/04 0.75
Thomas 19/10/04 0.75
Thomas 20/10/04 0.75
The query should calculate as Brian has 2 (0.5 visit length)
Thomas has 3 (0.75 Visit length)
I am very new to SQL and I am struggling to do this. Could anyone help me with this...
Thanks guys
Sanjna