Sql Server 2000 Query
Homepage
About Us
Topics
Contact Us
Advertise
Jobs
Walkin
Most Visited Questions
Sql query to get output table is Name passfail pervej pass gitesh fail vishal fail sachin fail gagan pass sachin pass pervej fail and output should be Name PAss Fail pervej 1 1 gitesh 0 1 vishal 0 1 sachin 1 0 gagan 1 0
How to get first day of month
Syntax of While Statement in SQL Query
How many kind of User Defined Functions can be created in Sql Server2000
How to get Random row picking from table where no int column
Syntax to rename a database
Home
>>
Dababase Interview Questions
>>
Sql Server 2000 Query
Update data in two table using join
Posted on June 19th , 2009 by Admin
update table1 set table1.column=table2.column from table1 join table2 on table1.column=table2.column
Site Search