What is the SQL standard MATCH_RECOGNIZE clause used for?

Advanced SQL Developer Hard

Advanced SQL Developer — Hard

What is the SQL standard MATCH_RECOGNIZE clause used for?

Key points

  • MATCH_RECOGNIZE clause detects patterns in row sequences
  • Regex-like syntax enables flexible pattern matching
  • Ideal for identifying trends or behaviors in data
  • Not used for approximate string matching or enforcing domain patterns

Ready to go further?

Related questions