Basic SQL statement , Finding Repeated Values [message #302146] |
Sun, 24 February 2008 03:10 |
oraclewannabe
Messages: 26 Registered: January 2008
|
Junior Member |
|
|
Hi guys, I have a table with columns
user_id (varchar2) and mobileno(varchar2).
A user may have more then 1 mobile number.
How do i my sql statement such that i can..
1) see each and every exact mobile number of a particular user without repeating the user_id everytime a row is shown.
2) see the AMOUNT of mobile number own by a particular user ?
3) see the AMOUNT of mobile number own by every user in the table?
Thanks Pals! this forum really has the fastest respond rate.
|
|
|
|