iT邦幫忙

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

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

就題目而言, 在不考量地址客戶的情況下基本的欄位如下 訂單號 A便當數 B便當數 這是看到題目最直覺的處理方式。但不考量未來性。 但就正規化而言來說。 我會用...

訂便當系統的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 提問