0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

SOQL にて日付項目への条件指定

Posted at

日付関数を使用して指定する
2022-03-03 の行を取得したい場合
CALENDER_YEAR(項目名) = '2022'
and CALENDAR_MONTH(項目名) = '3'
and DAI_IN_MONTH(項目名) = '3'

とめんどくさい

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?