Zargo
Programmer
- Mar 21, 2005
- 109
Hi all,
I have a table with the following information:
Mytable
Column1 Column2 Colum3
1000 Userb 2006-10-25
6005 Userc 2006-10-24
3455 Userd 2006-10-24
6005 Usere 2006-10-23
1233 Userf 2006-10-23
6005 Userg 2006-10-22
I want to select the second user who has the value 6005 in columna. So in our example it must be: usere
How can i achieve this?
I have a table with the following information:
Mytable
Column1 Column2 Colum3
1000 Userb 2006-10-25
6005 Userc 2006-10-24
3455 Userd 2006-10-24
6005 Usere 2006-10-23
1233 Userf 2006-10-23
6005 Userg 2006-10-22
I want to select the second user who has the value 6005 in columna. So in our example it must be: usere
How can i achieve this?