insert a value in a table with where condition

Dec 30 2010 12:48 AM

hai,
    how to insert a value in a table with where condition in sql server 200.
insert
into replies values title='network' where user1="bala"
i use this condition but the error occurs how to solve this

Answers (6)