hnumar7 Posted September 28, 2008 Share Posted September 28, 2008 Hi Everyone, I have a question which will probably be very easy to all the experts that are here on this forum. I have a table called lists, and in this table I have 3 columns id, idname, userid what I want to do is create a select statement that will list all the values from idname which contain the same userid is this possible? Thanks in advance for nay help I may receive. Quote Link to comment Share on other sites More sharing options...
skateme Posted September 28, 2008 Share Posted September 28, 2008 select * from mytable where userid='SAMEUSERIDHERE'; Is that what you were looking for? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.