I have a this simple sql script which I want to improve:
SELECT * FROM [arachnode.net].[dbo].[Schemes_Discoveries]
SELECT * FROM [arachnode.net].[dbo].[Hosts]
SELECT * FROM [arachnode.net].[dbo].[Extensions_Discoveries]
SELECT * FROM [arachnode.net].[dbo].[Domains_Discoveries]
SELECT * FROM [arachnode.net].[dbo].[Domains]
More select statements
I give an expected result. However I would like the name of the table to appear in the result, so that I may distinguish each result. I have already tried the: “as some-alias-table-name”.
Thanks.
… with adjustments, possbily, depending on your database manager