Solution for How to use * and column name
is Given Below:
In SQL Server Manager it is possible to uso this sentence:
Select *, att1,att2,att3 from table1
How to use the same sentence in DBeaver?
Solution for How to use * and column name
is Given Below:
In SQL Server Manager it is possible to uso this sentence:
Select *, att1,att2,att3 from table1
How to use the same sentence in DBeaver?