iT邦幫忙

allenlwh 的所有最佳解答 75

SQL語法如何橫向加總?

select student_id,student_name,chinese,english,math, (chinese+english+math)...

JOIN 後如果欄位重複,但是兩個都要顯示,要怎麼識別?

這樣可以嗎? SELECT p.prod_id as prod_prod_id, p.icon as prod_icon, s.prod_id as s...

2018-07-04 ‧ 由 火爆浪子 提問

WIN10下GPO指定的網路磁碟

我之前也是遇到類似的問題,Win10的user都無法吃到GPO指派的網路磁碟機.請參考看看: (2.使用者登入後,無法掛載網路磁碟機。)http://blog....

2018-07-04 ‧ 由 阿輪 提問

vb.net 如何查詢檔案的擁有者

Imports System.Security.AccessControl Imports System.Security.Principal Imports...

2018-06-28 ‧ 由 石頭 提問

SQL查詢 開始日期和結束日期在同一個欄位的語法

輸入2012和2019 能找到BBB這筆資料 where 2012>=year(convert(datetime,substring([Year],1...

2018-03-13 ‧ 由 wei225890 提問

[已解決] VB6 自寫主程式更新版本謝謝

abc.exe 內呼叫更新程式(autoupdate.exe)-->Shell '網路芳鄰\IP\abc資料夾\autoupdate.exe', vbH...

2018-02-09 ‧ 由 chare168 提問

點陣列表機傳送列印無回應

發生的情形和這篇一樣嗎?https://ithelp.ithome.com.tw/questions/10187563

2017-11-16 ‧ 由 yunka 提問

如何用 if 函數去轉換sql抓出的值 (不改SQL值)

select case dep when '資訊組' then '資訊部' else dep end AS dep from e where e.dep lik...

2017-04-27 ‧ 由 阿海 提問

(SAP)的資料庫查詢

最上方功能表-檢視,將"系統資訊"打勾,開啟表單,滑鼠移到任一格子上,左下角就會顯示所使用的資料表名稱及欄位名稱。

2016-11-16 ‧ 由 lin80111112 提問

easyflow 表單「AfterApprove」設計

您好,我不知道您目前是否使用Easyflow ASP版本,小弟僅能提供ASP版本的sample code。在 表單ID_AfterApprove.asp裡面原廠...

2016-05-12 ‧ 由 satan5304 提問