I'm editing some files with VS Code and need to select an entire column of the file.
For example:
Insert Into Tabela (Data, Nome) Values
(2017-07-05, 'Huginho')
(2017-08-08, 'Zezinho')
(2017-11-25, 'Luizinho')
(2017-12-12, 'Donald')
(2017-09-06, 'Margarida')
I want to select all the dates at the same time.