About 639,000 results
Open links in new tab
  1. SQL Server Cheat Sheet - LearnSQL.com

    Sep 4, 2023 · Your quick guide to SQL functions! Download the cheat sheet in PDF or PNG for syntax reference, examples, and tips.

  2. SQL Cheat Sheet ( Basic to Advanced) - GeeksforGeeks

    Mar 12, 2025 · In this guide, we will see a comprehensive cheat sheet for essential SQL operations, offering a practical reference for tasks ranging from database creation to advanced data handling techniques. It includes fundamental SQL commands like CREATE DATABASE and DROP DATABASE , data manipulation commands such as INSERT INTO and UPDATE , …

  3. STRING EXTRACTION SUBSTRING (‘A’, start, length) Returns L characters of ‘A’ starting at S SUBSTRING('HELLOW',2,1) = 'E' SUBSTRING('HELLOW',5,10) = 'OW' SUBSTRING('HELLOW' ,10 1) = '' SUBSTRING 'HELLOW' ,0 1) = '' SUBSTRING('HELLOW' 1 0) = '' LEFT (‘A’, B) / RIGHT (‘A’, B) left/right part of ‘A’ with the specified number B

  4. TSQL-STRING-FUNCTIONS-CHEAT-SHEET.pdf - GitHub

    Repository of various cheat sheets found in the Internet - Azure-Player/CheatSheets

  5. Jun 1, 2021 · Use the _ character to replace any single character. Use the % character to replace any number of characters (including 0 characters). Use +, -, *, / to do some basic math. To get the number of seconds in a week: SELECT 60 * 60 * 24 * 7; -- result: 604800. From time to time, you need to change the type of a number.

  6. Oct 19, 2011 · SQL Server String Functions ASCII REPLICATE CHAR REVERSE CHARINDEX RIGHT DIFFERENCE RTRIM LEFT SOUNDEX LEN SPACE LOWER STR LTRIM STUFF NCHAR SUBSTRING PATINDEX UNICODE REPLACE UPPER QUOTENAME SQL Server Date Functions ... SQL Server Cheat Sheet by DaveChild - Cheatography.com Created Date:

  7. Standard SQL Functions Cheat Sheet - LearnSQL.com

    Aug 25, 2021 · This comprehensive cheat sheet is packed with syntax for different text and numeric functions, CASE WHEN statements, handling NULL, date and time types, INTERVALs, and aggregate functions. It also features a troubleshooting section to help you navigate through common issues seamlessly.

  8. SQL Server Cheat Sheet Dateparts System Data Types String Functions Ranking Functions Year yy, yyyy bigint -2^63 to 2^63-1 8 Bytes ABS ASCII RANK ... Functions Char. to find, String to search, [start]) January 1, 1753, through December 31, 9999 2 4 byte integers - 1.79E+308 to …

  9. Giveaway: SQL Server String Functions Cheat Sheet - SqlBak Blog

    Jan 28, 2015 · SqlBak.com presents you a free SQL Server String Functions Cheat Sheet. We spent several hours composing it for you. Enjoy!

  10. GitHub - mergisi/sql-syntax-cheat-sheet: A comprehensive SQL

    A comprehensive SQL syntax cheat sheet for quick reference, covering essential commands, functions, operators, and concepts across various database systems. Resources

  11. Some results have been removed
Refresh