Column highlight in insert statement
Tables with many columns (+20) becomes complex when you need to make insert. You need to make sure that the value is pointing to the correct column.
It will be a great feature to have the highlighted column matched with the value in the insert statements.
Like this:
INSERT INTO dbo.MyTable
(
Id,
Name,
LastName,
Age)
values
(1,
'john',
'Henrik',
22)
When clicking on the value John the Name column should be marked/highlighted. This means that the John value will be added to the Name column. And vice versa.
-
AdminDevart (_, Devart) commented
Dear User,
We would like to inform you that this functionality was implemented in the release version of the studio, please update.
Best,
Devart Team