About 35,700 results
Open links in new tab
  1. SQL Array: Using, creating, and inserting arrays in SQL.

    Apr 8, 2025 · SQL Arrays allow for managing multiple values in a single database column, providing a structured method for handling intricate data sets. SQL Arrays in tables allow for …

  2. Working With Arrays | SQL Tutorial Documentation on data.world

    The ARRAY command allows you to create an array from a group of values. The values can be field values, calculated values, literals, or a combination thereof. The only requirement is that …

  3. database schema - How to store arrays in MySQL ... - Stack Overflow

    Some data does not map well to a relational database and you may have reasons for storing it elsewhere, or you may want to use an in-memory key:value database as a hot-cache for data …

  4. How to implement array-like functionality in SQL Server - SQL Shack

    Jan 16, 2018 · In this article, we'll show how to use a table variable instead of an array, the function STRING_SPLIT function, how to work with older versions of SQL Server.

  5. Complete Guide to Array operations in SQL with Examples

    Feb 27, 2023 · Guide to Array in SQL. Here we discuss an introduction to Array in SQL, how to create and insert array with examples for better understanding.

  6. Arrays and Lists in SQL Server (Short version) - Sommarskog

    There is an accompanying article, Arrays and Lists in SQL Server, The Long Version, which includes many more ways to crack lists in to tables – and you could argue too many. This …

  7. How to Use Array Functionality in SQL Server - {coding}Sight

    Apr 26, 2021 · With a newly created NumbersTest table, we can write a custom function performing an array splitting functionality: SELECT Item = SUBSTRING(@List, Number, …

  8. SQL 'ARRAY' Data Type: A Comprehensive Tutorial - Reintech

    Sep 30, 2023 · Learn the SQL ARRAY data type, a versatile tool for managing large datasets in SQL. Discover how to create, manipulate, and query ARRAYs in our comprehensive tutorial.

  9. The Right Way to Store an Array in MySQL 8 - Sling Academy

    Jan 26, 2024 · One of the most robust methods to store arrays in MySQL is through normalization – using a secondary table to store array elements and then associating them with the primary …

  10. How to store array or multiple values in one column

    Jun 15, 2011 · I need to store a number of selected items in one field in a database. My general rule is: don't. This is something which all but requires a second table (or third) with a foreign …

  11. Some results have been removed
Refresh