Sasquatch69
Programmer
Hi,
I need to update a table1 from table1 in a SQL SERVER database. I can use update without problem, but i also need to insert new value from table 2 in table1.
I know i can use "replace into" in MYSQL(replace and insert).
but it seem that it not working in SQL server. i really need to do a INSERT and UPDATE or......??
thanks
ps: Sorry for my bad english.
I need to update a table1 from table1 in a SQL SERVER database. I can use update without problem, but i also need to insert new value from table 2 in table1.
I know i can use "replace into" in MYSQL(replace and insert).
but it seem that it not working in SQL server. i really need to do a INSERT and UPDATE or......??
thanks
ps: Sorry for my bad english.