メインコンテンツまでスキップ
バージョン:25.2

case

  • keyword
  • Used to specify whether a text comparison operation should be case-sensitive (considering case, with case, case ) or should ignore the distinction between uppercase and lowercase letters (ignoring case, without case, case insensitive).
  • Examples:
    • if lastName = nameToDelete considering case then deleteRecord