iT邦幫忙

純真的人 所有喜歡的回答 491

訂便當系統的table 規劃設計討論

改題目就改答案 CREATE TABLE bdorder ( studentno varchar(10) KEY, choice varchar(02), o...

訂便當系統的table 規劃設計討論

Student ID|long uint Name|vchar Order(每日時限後建立次日初始表) ID|long uint Student_id|lon...

MySQL select後刪除問題

create table it1120 ( id int unsigned not null auto_increment primary key , na...

2021-11-20 ‧ 由 rex0220 提問

MySQL select後刪除問題

假設如同純真的人說的【要把COUNT(name) > 1的多餘資料刪除】,在借用海綿寶寶建的資料,SQL 如下:tname = Blue,tlast =...

2021-11-20 ‧ 由 rex0220 提問

靜態網頁 header 和 footer 疑問

參考這篇然後寫類似這樣 <html> <div w3-include-html="header.html"><...

2021-11-19 ‧ 由 hyoeun86015 提問