| Author |
Message |
AndyIrving
Joined: 06 Feb 2009 Posts: 13
|
Posted: Thu Nov 25, 2010 4:34 pm Post subject: 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:
| Code: |
CREATE TABLE test (
test1 INT,
test2 INT
)
GO |
ctrl+shft+d
| Code: |
UPDATE dbo.test
SET test1 = 1
WHERE test2 IS NULL |
|
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group