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
 General SQL Server Forums
 New to SQL Server Programming
 how to use inner join in update method for 1 table

Author  Topic 

rajeshforum
Starting Member

3 Posts

Posted - 2007-08-23 : 06:13:00
i need to use inner join while updating..
im using only one table..


rajesh

jimf
Master Smack Fu Yak Hacker

2875 Posts

Posted - 2007-08-23 : 07:01:30
Congratulations!

Jim
Go to Top of Page

DonAtWork
Master Smack Fu Yak Hacker

2167 Posts

Posted - 2007-08-23 : 07:31:45
So, why do you NEED to use inner join? Why not cross join?

[Signature]For fast help, follow this link:
http://weblogs.sqlteam.com/brettk/archive/2005/05/25.aspx
Learn SQL
http://www.sql-tutorial.net/
http://www.firstsql.com/tutor.htm
http://www.w3schools.com/sql/default.asp
Go to Top of Page
   

- Advertisement -