Guest_imported
New member
- Jan 1, 1970
- 0
HI
i have this db structure :
Name IDPROJECT
user1 MON010018
user2 MON010018
user3 MTA010012
user4 JON020020
and i would like to make a SELECT query that select all fields where IDPROJECT corresponding to the user i've selected AND the other users correponding the same IDPROJECT.
for example, if i want to select user1, the query return :
user1 MON010018
user2 MON010018
REALLY LOT OF THANKS !!
i have this db structure :
Name IDPROJECT
user1 MON010018
user2 MON010018
user3 MTA010012
user4 JON020020
and i would like to make a SELECT query that select all fields where IDPROJECT corresponding to the user i've selected AND the other users correponding the same IDPROJECT.
for example, if i want to select user1, the query return :
user1 MON010018
user2 MON010018
REALLY LOT OF THANKS !!