grafanaplugin icon indicating copy to clipboard operation
grafanaplugin copied to clipboard

syntax error near ".cluster_info group by first_ep;

Open studyinhub opened this issue 3 years ago • 1 comments

Object request:Object url:"api/datasources/proxy/1/sql" data:"select last(first_ep) from .cluster_info group by first_ep;" method:"POST" hideFromInspector:false response:Object code:9728 desc:"syntax error near ".cluster_info group by first_ep;""

studyinhub avatar Dec 01 '22 17:12 studyinhub

There are error in your sql near .cluster_info. Please check your table name. And you should special db name, such as 'db.table_name'

sunpe avatar Dec 09 '22 03:12 sunpe