About 120,000 results
Open links in new tab
  1. SQL Cheatsheet? - Stack Overflow

    Jun 20, 2013 · 2 I found this to be a handy little reference sheet for basic syntax and functions/statements: SQL Cheat Sheet

  2. SQL Lag on CURRENT_ROW Window Frame - Stack Overflow

    Apr 6, 2023 · 2 The LAG function and some other functions operate on the entire partition rather than a frame. As per MySQL docs this is part of "Standard SQL": Standard SQL specifies that window …

  3. What SQL Functions are Available in NetSuite saved searches?

    Aug 24, 2016 · The following is a list of SQL functions (shown as example code) available to use in NetSuite saved searches as of September 2019. These saved searches do not allow all SQL …

  4. MySQL and PHP Date and Time Cheat Sheet - Stack Overflow

    Jan 18, 2013 · I'm confused about the choices for date and time in a MySQL database. Is there a cheat sheet that gives me the basics and summarizes the choices? I welcome technical corrections but …

  5. How to run a SQL query on an Excel table? - Stack Overflow

    For what I'm trying to do, the SQL query SELECT lastname, firstname, phonenumber WHERE phonenumber IS NOT NULL ORDER BY lastname would do the trick. It seems too simple for it to be …

  6. sql - Oracle throwing "too many arguments for function" when using ...

    Mar 3, 2024 · There is a document in MyOracleSupport (Doc ID 160012.1) describing the limitation. You can overcome the limitation, for example by inserting the geometries in a PL/SQL block rather than …

  7. How to do regEx in Spark SQL - Stack Overflow

    Oct 22, 2021 · How exactly would I do that? Up until now I used to do three different UDFs which use substrings and indexes but I think that's a very cumbersome solution. I am not very familiar with …

  8. Excel function to make SQL-like queries on worksheet data?

    Jan 6, 2012 · 5 If you can save the workbook then you have the option to use ADO and Jet/ACE to treat the workbook as a database, and execute SQL against the sheet. The MSDN information on how to …

  9. Snowflake regex pattern - Stack Overflow

    Aug 26, 2024 · I'm trying to write a regex in Snowflake to return TRUE when there is a match for the criteria of 3 or more characters repeated in a string. For example: "Hello" should return FALSE "

  10. DMF and DMV in SQL Server 2008 - Stack Overflow

    Aug 28, 2010 · 2 Dynamic Management Views and Functions (Transact-SQL) documentation: Dynamic management views and functions return server state information that can be used to monitor the …