Home Database Mysql Tutorial 求一条ACCESS语句

求一条ACCESS语句

Jun 07, 2016 pm 03:44 PM
1 access sol statement

t1: SO SOL QTY 125 1 10 126 1 10 127 1 75 t2: SO SOL JOB QTY 125 1 12345 1 126 1 12346 2 127 1 12347 3 127 1 12348 4 t3: t1.SO t1.SOL t1.QTY sum(t2.QTY) 125 1 10 1 126 1 10 2 127 1 75 7 要求: 由t1+t2得到t3,条件:t1.so+t1.sol=t2.so+t2.sol

t1:

SO SOL QTY
125 1 10
126 1 10
127 1 75

t2:

SO SOL JOB QTY
125 1 12345 1
126 1 12346 2
127 1 12347 3
127 1 12348 4

t3:

t1.SO t1.SOL t1.QTY sum(t2.QTY)
125 1 10 1
126 1 10 2
127 1 75 7

要求:

由t1+t2得到t3, 条件:t1.so+t1.sol=t2.so+t2.sol (so+sol唯一)

我的思路:首先将t2根据so+sol汇总QTY。然后与t1连接。但是不知道怎么写。

 

 

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to disable background applications in Windows 11_Windows 11 tutorial to disable background applications How to disable background applications in Windows 11_Windows 11 tutorial to disable background applications May 07, 2024 pm 04:20 PM

1. Open settings in Windows 11. You can use Win+I shortcut or any other method. 2. Go to the Apps section and click Apps & Features. 3. Find the application you want to prevent from running in the background. Click the three-dot button and select Advanced Options. 4. Find the [Background Application Permissions] section and select the desired value. By default, Windows 11 sets power optimization mode. It allows Windows to manage how applications work in the background. For example, once you enable battery saver mode to preserve battery, the system will automatically close all apps. 5. Select [Never] to prevent the application from running in the background. Please note that if you notice that the program is not sending you notifications, failing to update data, etc., you can

How to convert deepseek pdf How to convert deepseek pdf Feb 19, 2025 pm 05:24 PM

DeepSeek cannot convert files directly to PDF. Depending on the file type, you can use different methods: Common documents (Word, Excel, PowerPoint): Use Microsoft Office, LibreOffice and other software to export as PDF. Image: Save as PDF using image viewer or image processing software. Web pages: Use the browser's "Print into PDF" function or the dedicated web page to PDF tool. Uncommon formats: Find the right converter and convert it to PDF. It is crucial to choose the right tools and develop a plan based on the actual situation.

How to read dbf file in oracle How to read dbf file in oracle May 10, 2024 am 01:27 AM

Oracle can read dbf files through the following steps: create an external table and reference the dbf file; query the external table to retrieve data; import the data into the Oracle table.

Lunex Network (LNEX) Packs a Punch With Its Unique Value Offering and Range of Perks for Traders Lunex Network (LNEX) Packs a Punch With Its Unique Value Offering and Range of Perks for Traders Oct 21, 2024 pm 03:30 PM

With 2025 fast approaching, crypto enthusiasts are looking to fine-tune their portfolios for next year. So what coins should every portfolio contain?

Interpretation of Botanix: decentralized BTC L2 for network asset management (with interactive tutorial) Interpretation of Botanix: decentralized BTC L2 for network asset management (with interactive tutorial) May 08, 2024 pm 06:40 PM

Yesterday, BotanixLabs announced that it has completed a total of US$11.5 million in financing, with participation from Polychain Capital, Placeholder Capital and others. Financing will be used to build the decentralized EVM equivalent of BTCL2Botanix. Spiderchain combines the ease of use of EVM with the security of Bitcoin. Since the testnet went live in November 2023, there have been more than 200,000 active addresses. Odaily will analyze Botanix’s characteristic mechanism and testnet interaction process in this article. Botanix According to the official definition, Botanix is ​​a decentralized Turing-complete L2EVM built on Bitcoin and consists of two core components: Ethereum Virtual Machine

What coin will be the next to speculate on ETF? Why 63.6% of people choose SOL What coin will be the next to speculate on ETF? Why 63.6% of people choose SOL Jun 11, 2024 pm 05:02 PM

What token will be the next to speculate on ETFs? Why do so many people choose SOL? SOL launched a poll last Friday "After $BTC$ETH, which token do you think will be the next one to speculate on ETFs?" As a result, 63.6% of people chose SOL. Today, the editor of this website will share with you what token will be the next to speculate on ETF? Why do so many people choose SOL? Let’s take a look below! After the passage of ETHETF, the market is indeed very vocal about SOL. Geoffrey Kendrick, director of foreign exchange and digital asset research at Standard Chartered Bank: 2025 may usher in the approval of cryptocurrency ETFs such as SOL and XRP. Anth, founder and managing partner of Tianqiao Capital

How does the Java reflection mechanism implement dynamic loading of classes? How does the Java reflection mechanism implement dynamic loading of classes? May 04, 2024 pm 03:42 PM

The Java reflection mechanism allows classes to be dynamically loaded and instantiated at runtime, and class metadata can be manipulated through classes in the java.lang.reflect package, including Class, Method, and Field. Through practical cases of loading the Example class, instantiating objects, obtaining and calling methods, you can demonstrate its application in dynamically loaded classes, thereby solving programming problems and improving flexibility.

How to solve access violation error How to solve access violation error May 07, 2024 pm 05:18 PM

Access Violation error is a run-time error that occurs when a program accesses a memory location beyond its memory allocation, causing the program to crash or terminate abnormally. Solutions include: checking array boundaries; using pointers correctly; using appropriate memory allocation functions; freeing freed memory; checking for memory overflows; updating drivers and systems; checking third-party libraries; using a debugger to trace execution; contacting the software vendor for support.

See all articles