How can we help you today? How can we help you today?

UPDATE table mouseover

Hi,

I don't remember if this worked in V4 (probably not), but when you mouse over column names in the SET or WHERE part of an UPDATE statement, no tooltip appears showing the type etc like you get with a SELECT or DELETE statement. suggestions work while typing, but it would be good to get the mousover, and i suppose the dependency thing too, the same as the other statements
eg:
CREATE TABLE test (
	test1 INT,
	test2 INT
)

GO

ctrl+shft+d
UPDATE dbo.test
SET test1 = 1
WHERE test2 IS NULL
AndyIrving
0

Add comment

Please sign in to leave a comment.