最新回答 / Kile3629846
limit限制數量,限制只插入user1_test中(user_name,over,mobile)?前兩條記錄的值,所以后來只有前兩條記錄重復了
2016-08-31
最贊回答 / Lindsay_Hu
<...code...>##準備好要用的表create table user1_practice(id int not null auto_increment primary key,user_name varchar(3),over varchar(5),mobile varchar(100));insert into user1_practice(user_name,over,mobile) values ('唐僧','旃檀功德佛',...
2016-08-19
最新回答 / qq__2964
這是理想狀態,一般一個程序寫好了,基本都不會去怎么修改了,除了客戶強烈要求修改業務外(不改不付錢啊這些),開發基本不會動程序,都是讓實施人員從數據庫中動刀子,這就是現狀,讓你加過程啊,做報表啊。。。
2016-07-16
最新回答 / Lowell_hao
<...圖片...>問題是怎么從右邊轉換為左邊,我自己的答案是:select ?user_name,(select eq_name from `test_game` b where b.user_name = a.user_name and b.equipment = 'arms' ) as arms,(select eq_name from `test_game` c where c.user_nam...
2016-05-31