ms.xxx_time」列は、GROUP BY句で表示するか、集約関数で使用する必要があります。
2022-02-11 06:07:43
SELECT
avg() as ,
max() as ,
min() as ,
count() as ,
sum() as ,
to_char(xxx,
'yyyy-MM-dd hh24:MI:ss')
FROM
metrics
where
metrics.tag = ?
and zzz_time between ? and ?
2018-07-24 09:29:56.785 WARN 9768 --- [nio-8080-exec-4] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 0, SQLState: 42803
2018-07-24 09:29:56.785 ERROR 9768 --- [nio-8080-exec-4] o.h.engine.jdbc.spi.SqlExceptionHelper : ERROR: column "metrics.server_time& quot; must appear in the GROUP BY clause or be used in an aggregate function
Location: 147
2018-07-24 09:29:56.938 ERROR 9768 --- [nio-8080-exec-4] o.a.c.c.C. [. [. [/]. [dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org. hibernate.exception.SQLGrammarException: could not extract ResultSet] with root cause
org.postgresql.util.PSQLException: ERROR: column "metrics.server_time" must appear in the GROUP BY clause or be used in an aggregate function
Location: 147
<イグ
集計機能があるため、group byを使用します。
関連
-
! [リモート拒否] master -> master (pre-receive hook declined) error: failed to push some refs to '.
-
Uncaught TypeError: Cannot read property 'style' of null at error.html:84
-
暗黙のスーパーコンストラクタ Object() がデフォルトコンストラクタのため未定義であるエラー
-
パッケージ 'blob' のインストールで終了ステータスが 0 以外になりました。
-
AGPBI kind エラーテキスト Android リソースのリンクに失敗しました。
-
gitエラーです。このリポジトリで別の git プロセスが実行されているようです。
-
Synchronous XMLHttpRequest on the main thread is deprecated
-
SyntaxError: JSON の位置 1 に予期しないトークン s があります。
-
TypeError: 'dict' オブジェクトは呼び出し可能ではありません。
-
zip 引数#3 は反復処理をサポートする必要があります。
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
クラッシュエラー libc++abi.dylib: NSException 型の捕捉されない例外で終了する 表示方法
-
Uncaught TypeError。不正な呼び出しエラーの解決
-
python error: Index 1 is out of bounds for axis 0 with size 1
-
java.lang.NoClassDefFoundError: クラスcom.cyj.util.を初期化できませんでした。
-
リソースの読み込みに失敗しました:サーバーはステータス500(内部サーバーエラー)で応答しました。
-
ネストされた例外は org.hibernate.exception.SQLGrammarException: ResultSet を抽出できませんでした。
-
[ERROR] 指定された目標には実行するプロジェクトが必要ですが、このディレクトリにはPOMがありません。
-
AttributeError:オブジェクトに属性がない エラーと対処法