Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
35998 Points
6551 Posts
Jan 17, 2012 12:01 PM|LINK
rnivash Try the following query, update friends set msg = @msg ,friendID =members.id from (select @email as tmpEmail) as temptable join members on temptable.tmpEmail = members.email where friends.uid = @uid
Do you really think this syntax is correct?
hans_v
All-Star
35998 Points
6551 Posts
Re: How to use nested queries
Jan 17, 2012 12:01 PM|LINK
Do you really think this syntax is correct?