Hi everybody
This is seshu i have a piece of code to insert data into a column by taking the data from another table and the query is like this
insert into table1 (table1.name) select table2.name from empdetails
now aditonal to this i want update table 2 whase tdate value is null
ie i wnat to update a column whose value is null
i wrote this code
update table2 set tdate='2007-01-17' where tdate='null'
for this the result is 0 rows affected
help me out please
regards
seshu