About 635,000 results
Open links in new tab
  1. how to select rows that contains non-english characters in sql

    Nov 23, 2016 · T-SQL's string-handling capability is pretty rudimentary. If the "non-English" fields are distinguished by their use of Unicode UTF-16, you can try something like SELECT * …

  2. CONTAINS (Transact-SQL) - SQL Server | Microsoft Learn

    Nov 22, 2024 · CONTAINS is a predicate used in the WHERE clause of a Transact-SQL SELECT statement to perform SQL Server full-text search on full-text indexed columns containing …

  3. SELECT records that contains just ENGLISH A - Z 1 -9 charachters

    Mar 20, 2020 · From a different approach: SELECT ... WHERE HEX(col) REGEXP '^(..)*D[89B]' Will find match rows with col containing at least one Arabic character in utf8 or utf8mb4.

  4. Full-Text Search in Different Languages on SQL Server

    This SQL Server tutorial shows how to query a text table using full-text search where texts in different languages are stored. Actually using different languages for a text field on a database …

  5. SQL Server Queries - Check Language - Surfside Media

    In SQL Server, you can check the language of a string using the LANGID function or the PARSENAME function. The LANGID function returns the language ID of a string, while the …

  6. How to Store (and Retrieve) Non-English Characters (e.g. Hindi, …

    May 13, 2012 · If you have to store and retrieve characters of any other language besides English in SQL Server, you must do the following – Use a Unicode compatible data type for the table …

  7. Get the Language Currently Being Used in SQL Server

    Jun 22, 2021 · Also, some of SQL Server’s built-in functions accept an argument that allows you to specify a language for that specific query. This article shows you how to return the language …

  8. SQL. How to detect user's language? - Stack Overflow

    Mar 2, 2015 · Method 1: Use system function @@language. The system function @@language contains the name of the current language of the server. Method 2 : Use sys.syslanguages …

  9. Azure AI Language Service with Azure SQL Database

    Feb 3, 2022 · You can get key phrases from text, detect Personally Identifiable Information (PII), Detect the language, analyze sentiments from text, question answering and more.

  10. Language Detection in SQL with BigQuery Remote Functions

    Jun 30, 2022 · We start with some basic dependencies to install pip install fasttext functions-framework and then create a function that takes the “calls” object from BigQuery, which could …

  11. Some results have been removed
Refresh