SoftTree Technologies SoftTree Technologies
Technical Support Forums
RegisterSearchFAQMemberlistUsergroupsLog in
INSERT INTO anomaly

 
Reply to topic    SoftTree Technologies Forum Index » SQL Assistant View previous topic
View next topic
INSERT INTO anomaly
Author Message
gemisigo



Joined: 11 Mar 2010
Posts: 2109

Post INSERT INTO anomaly Reply with quote
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

Code:

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 View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7849

Post Reply with quote
Thank you. We are aware of this issue. It should be resolvedi in a near feature.
Wed Jun 09, 2010 8:47 am View user's profile Send private message
Display posts from previous:    
Reply to topic    SoftTree Technologies Forum Index » SQL Assistant All times are GMT - 4 Hours
Page 1 of 1

 
Jump to: 
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
Design by Freestyle XL / Flowers Online.