OpenSearch SQL uses OpenSearch nested query to query the nested field. In OpenSearch domain, the nested query can filter the nested field based the query logic which is correspond to the EXISTS in ...
Flyway fails to properly parse and execute the following sample repeatable migration. (Actual logic redacted and replaced with select statements.) DECLARE var_one BOOLEAN; var_two BOOLEAN; BEGIN ...