iT邦幫忙

一級屠豬士 的所有回答 639

【抓出文字檔的範圍】

用資料庫,copy 進去,處理起來輕鬆愉快. https://dev.mysql.com/doc/refman/8.0/en/load-data-local.h...

2019-05-14 ‧ 由 andyto202 提問

Sysperp 一問

有一定機率會.... 選我正妹,不,正姊...七刀,是正解.

2019-05-10 ‧ 由 perry168 提問

C# 面試考題之一 求解法 找出SQL前三排名,同值名稱並列

-- 使用 PostgreSQL -- 簡單化 只用一個Table create table ithelp190508 ( sname text not...

2019-05-08 ‧ 由 Ks 提問

【急】有沒有大神可以幫小弟解出這題【C】

#include <stdio.h> int main() { float ary[] = {1, 2, 3, 4, 5, 6, 7, 8...

2019-04-25 ‧ 由 akira6285 提問

請問ORA-00922: missing or invalid option 該如何處理

你仔細看 你匯出時,有選擇額外選項,就會有 tablespace 等.當你到另外一台操作時,若沒有相同名字的 tablespace,不就 missing or...

2019-04-19 ‧ 由 tenno081 提問

如何用linux shell 擷取檔案中關鍵字的段落

cat ithelp190402a.txt ch1 bala tala kala ch2 haha lala tola ch3 wala wawa kaka...

2019-04-02 ‧ 由 smeye627 提問

這段 PHP 程式有破綻嗎 ?

用 root 登入資料庫,這很糟糕的.你都看什麼書在學啊.怎麼一堆怎樣糟糕怎樣來.

2019-03-31 ‧ 由 alex9453 提問

MYSQL,如何寫一個SCRIPT查詢一個DB下所有TABLE的筆數

-- 參考敝人之前的資料 https://ithelp.ithome.com.tw/articles/10101484 -- 或直接看這次類似的 CREAT...

2019-03-29 ‧ 由 dadou1211 提問

sqlite3 每幾列一個平均

-- 我是使用 Postgresql 為範例. -- sqlite 也有 Aggregate Window Functions ; 你先試試看 -- round...

2019-03-26 ‧ 由 Alfred 提問

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

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

2019-03-21 ‧ 由 舜~ 提問