|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I got a Problem with a simple insert!
insert into processo_reembolso (NUB) Values ('22') where ID_Processo = '1' and Nome_Processo = 'Reembolso' and Incidente = '1' and Versao = '1' Error: Server: Msg 156, Level 15, State 1, Line 1 Incorrect syntax near the keyword 'where'. Can anyone give me a light on this one... Thanks ![]() |
|
#2
|
|||
|
|||
|
Must be with update right????
Doh... sorry for to disturb.... update processo_reembolso set NUB='22' where ID_Processo = '1' and Nome_Processo = 'Reembolso' and Incidente = '1' and Versao = '1' |
![]() |
| Viewing: Dev Shed Forums > Databases > MS SQL Development > Problem with a simple insert! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|