Feature request #10332

Updated by Nyall Dawson over 5 years ago

We can get a list like this



@

SELECT *

FROM sys.databases d

WHERE d.database_id > 4

@



Then we can show the user rather then having to type it.

Back