Groups | Blog | Home
all groups > sql server mseq > december 2003 >

sql server mseq : SQL script to update a table



ravinder
12/28/2003 2:36:00 AM
I have to write a SQL script to update a table named
PA with a column heading of testone update the qty from
Ray Higdon
12/28/2003 10:09:38 AM
Not sure what you mean by the column heading but this may help


update pa set qty = 20 where qty = 10 and [column heading] = 'testone'

--
Ray Higdon MCSE, MCDBA, CCNA
---
[quoted text, click to view]

AddThis Social Bookmark Button