About 29,600,000 results
Open links in new tab
  1. 如何自学SQL? - 知乎

    May 14, 2015 · SQL是所有数据库查询的语言,sql由于本身结构化的特点,非常容易入手。 针对不同的数据库,如hivesql、mysql、sqlserver、oracle等,sql语法会有所不同,但是总体上大同 …

  2. 如何学习 SQL 语言? - 知乎

    Jan 9, 2011 · 刷题。 SQL 真的不难,用 20 个小时来学习完全足够了。 「1」 刷题前之前了解下 SQL 是什么: 结构化查询语言 (Structured Query Language)简称SQL,是一种数据库查询和程序 …

  3. sql是什么,通俗的说,太专业听不懂? - 知乎

    Oct 9, 2019 · SQL是一种用于处理数据的语言,就像我们说的汉语、英语一样,有特定的语法结构,让我们灵活地处理数据。 SQL并不难学,首先得理解 S Q L 三个字母分别代表什么。 …

  4. 数据分析人员需要掌握sql到什么程度? - 知乎

    Mar 15, 2020 · 熟悉如何优化SQL语句,以期达到最高查询效率,了解事务、锁、索引、约束、视图、元数据等概念,并且学会使用hive sql、spark sql、pymysql等工具; 数据分析人员最好是 …

  5. 通俗易懂的学会:SQL窗口函数 - 知乎

    Oct 12, 2025 · 视频《最通俗易懂的学会SQL窗口函数》 SQL从入门到进阶 (视频+社群) 3.聚合函数作为窗口函数 聚和窗口函数和上面提到的专用窗口函数用法完全相同,只需要把聚合函数写在 …

  6. 到底应该用MySQL还是SQL Server? - 知乎

    Apr 20, 2021 · sql server和mysql的区别主要反映在以下几点: 1.本质区别——存储引擎 SQL服务器的保守的储存模式,与MySQL服务器的开放可拓展的储存模式是不一样的。 在存储引擎方 …

  7. How do I perform an IF...THEN in an SQL SELECT?

    Sep 15, 2008 · Looks like an old question, however if I understood your question and thought correctly, you want to implement the if/else conditional statement in SQL. Both are calculated …

  8. sql - Efficiently convert rows to columns - Stack Overflow

    I'm looking for an efficient way to convert rows to columns in SQL Server, I heard that PIVOT is not very fast, and I need to deal with lot of records. This is my example: Id Value ColumnName 1 …

  9. sql server - Database stuck in "Restoring" state - Stack Overflow

    I had this situation restoring a database to an SQL Server 2005 Standard Edition instance using Symantec Backup Exec 11d. After the restore job completed the database remained in a …

  10. SQL to find the number of distinct values in a column

    SQL to find the number of distinct values in a column Asked 17 years, 1 month ago Modified 2 years, 6 months ago Viewed 825k times