Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Reference a Role in a where clause

Author  Topic 

sharonchapman
Starting Member

35 Posts

Posted - 2001-08-30 : 20:05:25
If I want to create the following SQL Statement and I want to only select Users in a certain role. How would I do it?

Select * from Project
where ????? = "Manager"
   

- Advertisement -