Commit a17b4f33eab0e5a8af35727beade280f39a5bc7f
1 parent
585536b2
Exists in
master
Put service short name in the first column.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/main/java/eu/omp/irap/vespa/epntapclient/service/Queries.java
@@ -40,8 +40,8 @@ public final class Queries { | @@ -40,8 +40,8 @@ public final class Queries { | ||
40 | /** | 40 | /** |
41 | * The default SELECT keyword content of the query, which select standard service column names. | 41 | * The default SELECT keyword content of the query, which select standard service column names. |
42 | */ | 42 | */ |
43 | - private static final String SELECT_SERVICE = "SELECT DISTINCT res_title, ivoid, access_url, " | ||
44 | - + " short_name, table_name, content_type, res_description, creator_seq, content_level, " | 43 | + private static final String SELECT_SERVICE = "SELECT DISTINCT short_name, res_title, ivoid, " |
44 | + + "access_url, table_name, content_type, res_description, creator_seq, content_level, " | ||
45 | + "reference_url, created, updated "; | 45 | + "reference_url, created, updated "; |
46 | 46 | ||
47 | /** The default WHERE keyword content of the query, in order to get only TAP services. */ | 47 | /** The default WHERE keyword content of the query, in order to get only TAP services. */ |