in mssql2000, could not update a column.
UPDATE TOP(1) tb SET "zb"=411 WHERE "rq"='2012-01-19' AND "zb"=41;
SQL Error (156),near TOP
in mssql2000, could not update column
Code modification/commit
fddad46
from ansgar.becker,
11 years ago,
revision 8.0.0.4495
TOP(x) clause for UPDATES + DELETES introduced in MSSQL 2005. Do not use that on older servers. See http://www.heidisql.com/forum.php?t=13289
Please login to leave a reply, or register at first.