`
jakey0613
  • 浏览: 24578 次
  • 性别: Icon_minigender_1
  • 来自: 珠海
社区版块
存档分类
最新评论

最长的SQL语句

阅读更多

今天无意之中,我竟然写出我目前写得最长的一条SQL语句:

select m.stu_Name stuName,
(select soureNumber from studentSoure where subjectid='1' and stu_id='20081030001' and classID='18') '期中英语',
(select soureNumber from studentSoure where subjectid='2' and stu_id='20081030001' and classID='18') '期中语文',
(select soureNumber from studentSoure where subjectid='3' and stu_id='20081030001' and classID='18') '期中数学',
(select soureNumber from studentSoure where subjectid='4' and stu_id='20081030001' and classID='18') '期中政治',
(select soureNumber from studentSoure where subjectid='5' and stu_id='20081030001' and classID='18') '期中历史',
(select soureNumber from studentSoure where subjectid='6' and stu_id='20081030001' and classID='18') '期中地理',
(select soureNumber from studentSoure where subjectid='7' and stu_id='20081030001' and classID='18') '期中生物',
(select soureNumber from studentSoure where subjectid='8' and stu_id='20081030001' and classID='18') '期中化学',
(select soureNumber from studentSoure where subjectid='9' and stu_id='20081030001' and classID='18') '期中物理',
(select soureNumber from studentSoure where subjectid='10' and stu_id='20081030001' and classID='18') '期中体育',
(select soureNumber from studentSoure where subjectid='11' and stu_id='20081030001' and classID='18') '期中班级排名',
(select soureNumber from studentSoure where subjectid='12' and stu_id='20081030001' and classID='18') '期中年级排名',
(select soureNumber from studentSoure where subjectid='13' and stu_id='20081030001' and classID='18') '期末英语',
(select soureNumber from studentSoure where subjectid='14' and stu_id='20081030001' and classID='18') '期末语文',
(select soureNumber from studentSoure where subjectid='15' and stu_id='20081030001' and classID='18') '期末数学',
(select soureNumber from studentSoure where subjectid='16' and stu_id='20081030001' and classID='18') '期末政治',
(select soureNumber from studentSoure where subjectid='17' and stu_id='20081030001' and classID='18') '期末历史',
(select soureNumber from studentSoure where subjectid='18' and stu_id='20081030001' and classID='18') '期末地理',
(select soureNumber from studentSoure where subjectid='19' and stu_id='20081030001' and classID='18') '期末生物',
(select soureNumber from studentSoure where subjectid='20' and stu_id='20081030001' and classID='18') '期末化学',
(select soureNumber from studentSoure where subjectid='21' and stu_id='20081030001' and classID='18') '期末物理',
(select soureNumber from studentSoure where subjectid='22' and stu_id='20081030001' and classID='18') '期末体育',
(select soureNumber from studentSoure where subjectid='23' and stu_id='20081030001' and classID='18') '期末班级排名',
(select soureNumber from studentSoure where subjectid='24' and stu_id='20081030001' and classID='18') '期末年级排名',
(select soureNumber from studentSoure where subjectid='25' and stu_id='20081030001' and classID='18') '同桌',
(select soureNumber from studentSoure where subjectid='26' and stu_id='20081030001' and classID='18') '组长',
(select soureNumber from studentSoure where subjectid='27' and stu_id='20081030001' and classID='18') '班长',
(select soureNumber from studentSoure where subjectid='28' and stu_id='20081030001' and classID='18') '语文课代表',
(select soureNumber from studentSoure where subjectid='29' and stu_id='20081030001' and classID='18') '英语课代表',
(select soureNumber from studentSoure where subjectid='30' and stu_id='20081030001' and classID='18') '数学课代表',
(select soureNumber from studentSoure where subjectid='31' and stu_id='20081030001' and classID='18') '仪容仪表情况',
(select soureNumber from studentSoure where subjectid='32' and stu_id='20081030001' and classID='18') '作业缴纳情况',
(select soureNumber from studentSoure where subjectid='33' and stu_id='20081030001' and classID='18') '值日卫生情况',
(select soureNumber from studentSoure where subjectid='34' and stu_id='20081030001' and classID='18') '考勤情况(含早操)',
(select soureNumber from studentSoure where subjectid='35' and stu_id='20081030001' and classID='18') '午休检查情况',
(select soureNumber from studentSoure where subjectid='36' and stu_id='20081030001' and classID='18') '何时何地受奖励(处分)',
(select soureNumber from studentSoure where subjectid='37' and stu_id='20081030001' and classID='18') '班主任谈话情况(与家长)'
from studentSoure o inner join studentMa m on o.stu_id=m.stu_id
where m.stu_id='20081030001' and m.classID='18' group by m.stu_Name

这是我帮同学写的一条SQL,由于所有数据都保存在一张表里,但打印时又一列打印出来。

真是累死我了!

分享到:
评论

相关推荐

    sql语句万能生成器,sql语句,sql语句生成

    SQL语句是数据库操作的核心,它用于查询、插入、更新和删除数据,是任何数据库管理系统中的基础工具。在IT行业中,编写SQL语句是一项必备技能,但手动编写和调试SQL语句可能会耗费大量时间和精力,尤其在处理复杂...

    sql语句sql语句sql语句sql语句.txt

    sql语句sql语句sql语句sql语句sql语句

    Oracle Sql语句转换成Mysql Sql语句

    本项目提供了一个Java源码工具,能够帮助用户便捷地将Oracle SQL语句转换为MySQL SQL语句。 Oracle SQL与MySQL SQL的主要差异在于以下几个方面: 1. **数据类型**:Oracle支持的数据类型如NUMBER、LONG、RAW等在...

    sql语句说明sql语句说明sql语句说明.zip

    sql语句说明sql语句说明sql语句说明sql语句说明sql语句说明sql语句说明sql语句说明sql语句说明sql语句说明sql语句说明sql语句说明sql语句说明sql语句说明sql语句说明sql语句说明sql语句说明sql语句说明sql语句说明...

    Java打印漂亮的SQL语句(被格式化的SQL语句)

    在Java编程中,调试SQL语句是开发过程中的常见任务,尤其当面对复杂且冗长的查询时。为了提高效率并使SQL语句更易于理解和分析,格式化SQL语句显得尤为重要。标题提及的"Java打印漂亮的SQL语句(被格式化的SQL语句)...

    SQLServer动态SQL语句的用法

    SQL Server 动态 SQL 语句的用法 SQL Server 中的动态 SQL 语句是一种灵活的查询方式,它可以根据不同的情况生成不同的 SQL 语句。动态 SQL 语句可以用来实现复杂的业务逻辑,提高查询效率和灵活性。 普通 SQL ...

    hibernate执行原生sql语句

    "hibernate执行原生sql语句" Hibernate 是一种流行的 ORM(Object-Relational Mapping)框架,用于将 Java 对象映射到关系数据库中。然而,在一些情况下,我们需要直接执行原生 SQL 语句,而不是使用 Hibernate 的...

    PB脚本中SQL语句写法与SQL中语句写法对照

    PB脚本中SQL语句写法与SQL中语句写法对照 PB脚本中SQL语句写法与SQL中语句写法对照是非常重要的知识点,因为PB脚本和SQL语言在写法和应用中有所不同。本文将对PB脚本中SQL语句写法和SQL中语句写法进行对比和分析。 ...

    自动生成SQL语句_C#_sql_

    本文将深入探讨如何在C#中自动生成SQL语句,以提高开发效率并减少手动编写SQL可能导致的错误。 一、Entity Framework与自动SQL生成 1. Entity Framework(EF)是微软提供的一个开源ORM(对象关系映射)框架,它...

    查看LINQ生成SQL语句的几种方法

    在实际开发中,有时我们需要了解LINQ查询是如何转换为SQL语句的,以便于调试和优化性能。以下将详细介绍几种查看LINQ生成SQL语句的方法。 1. **Debug.WriteLine()** 在使用LINQ查询时,可以利用`Debug.WriteLine()...

    oracle监听执行sql语句

    ### Oracle监听执行SQL语句详解 #### 一、Oracle监听执行概述 在Oracle数据库管理与维护过程中,有时候我们需要了解应用程序正在执行哪些SQL语句,这不仅有助于性能优化,还可以帮助我们诊断潜在的问题。通过监听...

    sql语句范例 全面掌握SQL语句

    全面掌握SQL语句 详细的SQL语句介绍 详细的SQL语句介绍 详细的SQL语句介绍 详细的SQL语句介绍

    完成超长SQL语句执行前拆分

    ### 完成超长SQL语句执行前拆分 #### 概述 在使用Visual Basic (简称VB)进行数据库操作时,可能会遇到因为SQL语句过长而导致无法正常执行的问题。这种情况下,即使该SQL语句可以在SQL Server的查询分析器中成功运行...

    非常好用的SQL Server 抓取SQL语句工具HOOK

    非常好用的SQL Server 抓取SQL语句工具HOOK 非常好用的SQL Server 抓取SQL语句工具HOOK 非常好用的SQL Server 抓取SQL语句工具HOOK 非常好用的SQL Server 抓取SQL语句工具HOOK

    SQLTracker,抓取sql语句的工具

    SQLTracker是一款专为数据库操作监控设计的工具,它在IT领域中主要用于跟踪和记录SQL语句的执行情况。SQL(Structured Query Language)是用于管理关系数据库的编程语言,包括查询、更新、插入和删除数据等操作。SQL...

    java执行SQL语句实现查询的通用方法详解

    "java执行SQL语句实现查询的通用方法详解" 本文主要介绍了java执行SQL语句实现查询的通用方法详解,具有一定借鉴价值,需要的朋友可以参考下。 一、Java执行SQL语句实现查询的通用方法详解 在Java中执行SQL语句...

    arcgis中的sql语句

    ### ArcGIS中的SQL语句详解 #### 一、SQL在ArcGIS中的角色与应用 SQL,全称为Structured Query Language,即结构化查询语言,是专为数据库设计的一种标准语言,用于管理和操作数据库中的数据。在ArcGIS环境中,SQL...

    sql语句、动态SQL语句基本语法

    在数据库管理系统(如MySQL、Oracle、SQL Server等)中,SQL语句是不可或缺的一部分。 1. SQL基础语法 SQL的基础语法包括SELECT、INSERT、UPDATE、DELETE四大语句,它们分别用于查询、插入、更新和删除数据。 - ...

    存储过程中怎么动态执行sql语句

    ### 动态执行SQL语句在Oracle中的应用 #### 标题解读 “存储过程中怎么动态执行SQL语句”这一标题表明文章将介绍如何在Oracle数据库的存储过程中编写能够动态执行的SQL语句。动态SQL是指在运行时才能确定其具体内容...

    SQL 执行超长语句

    在数据库管理与开发过程中,编写SQL语句是必不可少的一环。有时,我们可能会遇到需要执行非常长的SQL语句的情况。这些超长语句可能由于包含大量的条件、子查询或是数据量较大等原因而变得异常复杂。本文将围绕“SQL...

Global site tag (gtag.js) - Google Analytics