iT邦幫忙

一級屠豬士 的所有回答 650

[MySQL,變數,group,加總]select透過變數乘積與直接乘積的值為什麼會不同

MySQL 的@var 引用的方式,不是如同你想像那樣.故跑出非你預期的結果.以你的 select @lessonCnt:=perweekno*weeksno...

2019-03-21 ‧ 由 舜~ 提問

SQL 問題 distinct 後加總後再加入總計

create table ithelp190314 ( id smallint generated always as identity , cola te...

2019-03-14 ‧ 由 tlcric 提問

SQL 指令要如何下?

-- 這種叫做 Cumulative Sum 或是 Running Total -- 使用 Postgresql為例 -- 產生測試資料,12個月,每個月都是1...

2019-03-12 ‧ 由 XYZ 提問

請教MS-SQL語法,如何取得最早進貨日

昨晚接到海綿寶寶通知,來看這個案例.我是使用 PostgreSQL, 以Window Functions 搭配CTE.MS SQL Server 也是有同等的語...

2017-02-08 ‧ 由 hisniper 提問

如何讓unix POP windows變大秀出全部的字

不曉得你們用的say command 是怎樣的.一般有的會用cowsay,這指令之前也有人介紹過,網路上也有很多參考資料,在此不贅述.另外有一個 boxes,...

2016-12-15 ‧ 由 9116zm 提問

請問電視牆控制軟體有免費的嗎?

VLC media player https://zh.wikipedia.org/wiki/VLC%E5%A4%9A%E5%AA%92%E9%AB%94%E6...

2016-10-18 ‧ 由 jarrys1 提問

[重發] Access 的SQL查詢問題

create table ithelp160923m ( id smallserial primary key , m float not null );...

2016-09-23 ‧ 由 不明 提問

MS SQL相同資料不同計算

create table ithelp160826 ( id smallserial , prod text not null , qty int not...

2016-08-26 ‧ 由 rickey0531 提問

關於SQL的一些語法問題

create table ithelp160812_dep ( dep_id smallserial primary key , dep_name text...

2016-08-12 ‧ 由 lingyilun 提問

區網內一直有ARP

ARP 是基本的協定. ARP Wiki 透過ARP 廣播,要求IP對應的MAC Address, 然後放到ARP Cache中. 實際上ARP Cache保留...

2016-08-11 ‧ 由 cca 提問