例如: 常规查询语句: select value from cpu where server_id=1; 使用hint查询对应的语法则为: select /*+ full_series */ value from cpu where server_id=1; 如何处理报错"select *" query without time range is not allowed 当执行形如select *且未做时间范围约束的查询语句时,错误"select *" query without time range