|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Updating a table
I have to write a script to update a table named PA with a column heading of testone update the qty from 10 to 20?
Please help me ASAP for the above request. |
|
#2
|
|||
|
|||
|
update PA set testone = 20 where testone = 10;
You should really get a decent SQL tutorial if you don't know how to do it! |
![]() |
| Viewing: Dev Shed Forums > Databases > MS SQL Development > Updating a table |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|