About 11,600 results
Open links in new tab
  1. regexp operator | Databricks on AWS

    Oct 8, 2025 · Learn the syntax of the regexp operator of the SQL language in Databricks SQL.

  2. How to use regexp_like in Databricks? - CastorDoc

    One of the most commonly used functions in Databricks is the regexp_like function. This article aims to provide a comprehensive guide on how to effectively use regexp_like in Databricks and leverage its …

  3. regexp operator - Azure Databricks - Databricks SQL | Microsoft Learn

    Oct 8, 2025 · Learn the syntax of the regexp operator of the SQL language in Databricks SQL.

  4. regexp_extract function | Databricks on AWS

    Nov 27, 2023 · Learn the syntax of the regexp\_extract function of the SQL language in Databricks SQL and Databricks Runtime.

  5. sql - How to convert oracle regex pattern into Databricks compatible ...

    Jun 21, 2024 · Assuming ASCII input, the equivalent of the Oracle [A-Z]\d{3,4} regular expression as a Java regular expression would be one of: [A-Z]\d{3,4} (it is valid without any changes)

  6. regexp operator - Azure Databricks | Azure Docs

    Oct 23, 2025 · Learn the syntax of the regexp operator of the SQL language in Databricks SQL.

  7. regexp_extract function - Azure Databricks - Databricks SQL

    Mar 1, 2024 · Learn the syntax of the regexp\_extract function of the SQL language in Databricks SQL and Databricks Runtime.

  8. regexp - Databricks on AWS

    Jan 26, 2026 · For the corresponding Databricks SQL function, see regexp operator. Target column to work on. Regex pattern to apply.

  9. regex - Databricks SQL regex_extract/split field before and after ...

    Mar 15, 2023 · Here is some code I have tried to implement against the match_name column in my SQL query to attempt to split at the word "at" - none of it currently works

  10. Regular expression (regex) not filtering as expected when using …

    Mar 18, 2025 · Problem When you use [:alnum:] or [:digit:] in your regular expressions (regex) in an SQL query, you notice the regex does not filter the data correctly.