30日間の無料評価版をお試しいただけます。

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
top
top

...

概要

Styleclass
ClasstopLink

Freehand SQL

If you have SQL skills you may wish to write your SQL directly into the SQL edit box. In this case select the ‘Enter SQL’ option from the formula tab. This will open the SQL edit box.
Insert the SQL you wish to create your column.

ページトップ

SQLに関するスキルがあれば、SQLエディター(フリーハンドSQL)を使用して直接SQLステートメントを記述することができます。「式」タブを選択してください。SQLエディター(フリーハンドSQL)が開きます。
登録するSQLをフィールドに記述してください。

  • ここで記述できるのはSELECT命令の中身です。SELECTキーワードやFROM句あるいはWHERE句を含めることはできません。
  • 参照するカラムは必ずこのビューに含まれている必要があります。また、AVG、MAX、MIN、SUM、COUNTなどの集計関数を使うことはできません。
  • You should enter an SQL SELECT fragment, not including the SELECT keyword or any FROM or WHERE clauses.
  • Any columns referenced must exist in this view, and aggregate functions (AVG, MAX, MIN, SUM and COUNT) should not be used.

 

horizontalrule