TAB expands * instead of indenting
MikeyC
Posts: 249 Bronze 3
If you use this code:
And start selecing text from the bottom (as indicated) and type a TAB it will expand the * instead of indenting the selected rows as it should.[/img]
SELECT *<end selection> FROM dbo.backupfile WHERE backup_set_id > 10<start selection>
And start selecing text from the bottom (as indicated) and type a TAB it will expand the * instead of indenting the selected rows as it should.[/img]
Comments
I have logged it as a bug in our internal tracking system whose tracking id is SP-2909.
Workaround can be to select following way:
Code:
SELECT
* <end selection> FROM dbo.backupfile
WHERE
backup_set_id > 10<start selection>
i.e. by living a pace after the * as 'TAB' invokes the functionality Wild card expansion.
Kindly let us know if you have any other issues or questions regarding the product,I'll like to help.
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com