mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
Refactor value column SQL generation
This commit is contained in:
@ -78,7 +78,7 @@ export class PostgresQueryCtrl extends QueryCtrl {
|
||||
this.selectMenu = [
|
||||
{ text: 'Aggregate', value: 'aggregate' },
|
||||
{ text: 'Math', value: 'math' },
|
||||
// { text: 'Special', value: 'special' },
|
||||
{ text: 'Special', value: 'special' },
|
||||
{ text: 'Alias', value: 'alias' },
|
||||
{ text: 'Column', value: 'column' },
|
||||
];
|
||||
|
Reference in New Issue
Block a user