已采納回答 / 慕用5162673
數(shù)據(jù)庫的函數(shù)
最新回答 / EternalSun_0
你們不看題目嗎 mysql開發(fā)技巧 把數(shù)據(jù)查出來 再處理不使用別的語言了嗎
已采納回答 / 慕沐5941855
不清楚你的表結(jié)構(gòu)是什么,所以很難去說哪里出錯(cuò)了。但是用數(shù)據(jù)庫最好還是少用函數(shù),這樣的話性能會(huì)大大的提高,盡量把函數(shù)的方法用代碼解決
最新回答 / Kile3629846
limit限制數(shù)量,限制只插入user1_test中(user_name,over,mobile)?前兩條記錄的值,所以后來只有前兩條記錄重復(fù)了
2016-08-31
最贊回答 / Lindsay_Hu
<...code...>##準(zhǔn)備好要用的表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 ('唐僧','旃檀功德佛',...
最新回答 / qq__2964
這是理想狀態(tài),一般一個(gè)程序?qū)懞昧?,基本都不?huì)去怎么修改了,除了客戶強(qiáng)烈要求修改業(yè)務(wù)外(不改不付錢啊這些),開發(fā)基本不會(huì)動(dòng)程序,都是讓實(shí)施人員從數(shù)據(jù)庫中動(dòng)刀子,這就是現(xiàn)狀,讓你加過程啊,做報(bào)表啊。。。
最新回答 / Lowell_hao
<...圖片...>問題是怎么從右邊轉(zhuǎn)換為左邊,我自己的答案是: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...