Comments
1 comment
-
Hi,
At the moment there's no way of setting up Prompt to automatically put the column list on a single line.
As a workaround, select the columns block:
Press and release the Ctrl key to open up the actions list, and start typing unformat:
Once you press enter, your columns will be on a single line:
Otherwise, please do submit a UserVoice request to have this happen automatically when the INSERT INTO ... is expanded.
Best regards,
David
Add comment
Please sign in to leave a comment.
FROM
[code]INSERT INTO dbo.IAAMHeader (ProjectNumber , SimulationType , SimulationStart , SimulationEnd , Storativity , Transmissivity , ComparisonUID , sysDateCreated , sysAuthor ) VALUES ( -- ProjectNumber -- SimulationType -- SimulationStart -- SimulationEnd -- Storativity -- Transmissivity -- ComparisonUID -- sysDateCreated -- sysAuthor )[/code] [b]TO[/b] [code]INSERT INTO dbo.IAAMHeader(ProjectNumber, SimulationType, SimulationStart, SimulationEnd, Storativity, Transmissivity, ComparisonUID, sysDateCreated, sysAuthor) ) VALUES ( -- ProjectNumber -- SimulationType -- SimulationStart -- SimulationEnd -- Storativity -- Transmissivity -- ComparisonUID -- sysDateCreated -- sysAuthor )