 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
gemisigo
Joined: 11 Mar 2010 Posts: 2165
|
|
INSERT INTO anomaly |
|
When typing INSERT INTO and then selecting a table that has an auto-generated column as the last one SA generates the script that has surplus commas
 |
 |
INSERT INTO dbo.table1
(
col1,
col2,
col3, <- this comma should not be here
-- col4 -- this column value is auto-generated
)
VALUES
(
/* col1 */,
/* col2 */,
/* col3 */, <- this one too
)
|
|
|
Wed Jun 09, 2010 5:45 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
Thank you. We are aware of this issue. It should be resolvedi in a near feature.
|
|
Wed Jun 09, 2010 8:47 am |
|
 |
|
|
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
|
|
|