私的良スレ書庫
不明な単語は2ch用語を / 要望・削除依頼は掲示板へ。不適切な画像報告もこちらへどうぞ。 / 管理情報はtwitterでログインするとレス評価できます。 登録ユーザには一部の画像が表示されますので、問題のある画像や記述を含むレスに「禁」ボタンを押してください。
元スレMySQL 総合 Part12
mysql スレッド一覧へ / mysql とは? / 携帯版 / dat(gz)で取得 / トップメニューみんなの評価 : ○
レスフィルター : (試験中)
さらにごめん。いっしょだた。う~ん寝る
>>449はまだ回答はやいわ。中二病ってやつか? 質問の読解すらできてないじゃない
該当のカラムが null を許容すべきかどうかが重要
許容すべきならプログラムなりSQLなりで工夫する
許容すべきならプログラムなりSQLなりで工夫する
あー、だめだ わからん、、
>>449-451 ありがとうございます しかし正直、混乱してきました
やはりカラム名-その値のセットで登録しなきゃいけないんでしょうか?
それだとフォームの必須項目以外の処理が面倒すぎるし、、 デフォルト値の
設定がおかしいのかなぁ どなたかお暇な方ご教授お願いします
>>449-451 ありがとうございます しかし正直、混乱してきました
やはりカラム名-その値のセットで登録しなきゃいけないんでしょうか?
それだとフォームの必須項目以外の処理が面倒すぎるし、、 デフォルト値の
設定がおかしいのかなぁ どなたかお暇な方ご教授お願いします
あるテーブルの生徒の成績の○と×のデータがあるのですが、
その正解率を計算するのに一回のSQL文で書くことって可能でしょうか?
今は、where文で○のcountと全体のcountを取得するSQL文を2回発行して、
phpで、その○の数÷全体の数で正解率を算出しています。
1回で書く方法がございましたら、ご教授下さい。宜しくお願いします。
その正解率を計算するのに一回のSQL文で書くことって可能でしょうか?
今は、where文で○のcountと全体のcountを取得するSQL文を2回発行して、
phpで、その○の数÷全体の数で正解率を算出しています。
1回で書く方法がございましたら、ご教授下さい。宜しくお願いします。
>>458
select a.maru / (a.maru + b.peke) from
(select count(*) as maru from table where result='○') a,
(select count(*) as peke from table where result='×') b;
でどうだ
select a.maru / (a.maru + b.peke) from
(select count(*) as maru from table where result='○') a,
(select count(*) as peke from table where result='×') b;
でどうだ
select a.maru / b.total from
(select count(*) as maru from table where result='○') a,
(select count(*) as total from table) b;
の方がちょっと早いか
(select count(*) as maru from table where result='○') a,
(select count(*) as total from table) b;
の方がちょっと早いか
http://jjajqy.cn/blue-diamond-ventures.htmlBlue diamond ventures</url>
http://jjajqy.cn/why-are-uranus-and-neptune-blue-htm.html Why are uranus and neptune blue htm
http://jjajqy.cn/blue-bay-getaway-hotel-cancun-mexico.html Blue bay getaway hotel cancun mexico
http://jjajqy.cn/black-street-hookers-78-dvd.html Black street hookers 78 dvd
<url>http://jjajqy.cn/blue-berry-lower-cholesterol-htm.html Blue berry lower cholesterol htm
http://jjajqy.cn/why-are-uranus-and-neptune-blue-htm.html Why are uranus and neptune blue htm
http://jjajqy.cn/blue-bay-getaway-hotel-cancun-mexico.html Blue bay getaway hotel cancun mexico
http://jjajqy.cn/black-street-hookers-78-dvd.html Black street hookers 78 dvd
<url>http://jjajqy.cn/blue-berry-lower-cholesterol-htm.html Blue berry lower cholesterol htm
http://ktmyve.cn/escort-monique-new-york.html Escort monique new york
http://ktmyve.cn/laser-vaginal-rejuvenation-new-york.html Laser vaginal rejuvenation new york
http://ktmyve.cn/fetish-restaurant-new-york.html Fetish restaurant new york
http://ktmyve.cn/pda-cube-x-serial-rubik-pocket-pc.html Pda cube x serial rubik pocket pc
http://ktmyve.cn/ear-piece-for-blackjack-pda.html Ear piece for blackjack pda
http://ktmyve.cn/laser-vaginal-rejuvenation-new-york.html Laser vaginal rejuvenation new york
http://ktmyve.cn/fetish-restaurant-new-york.html Fetish restaurant new york
http://ktmyve.cn/pda-cube-x-serial-rubik-pocket-pc.html Pda cube x serial rubik pocket pc
http://ktmyve.cn/ear-piece-for-blackjack-pda.html Ear piece for blackjack pda
俺ちゃんと答えたじゃないかああああ
うわああああん
うわああああん
>>467
そんな感じだったはず。
そんな感じだったはず。
>>483
その条件式のまま、whereにlikeで書けばいいんでない?
その条件式のまま、whereにlikeで書けばいいんでない?
>>485
ありがとうございます。
~WHERE column_name LIKE '%DVDプレーヤー%' OR ('%ビデオ%' AND '%デッキ%') ~
のように書いてみました。
不勉強なもので、このようなカッコを使った書き方ができるとは知りませんでした・・
尚、マニュアル参照してみますm(_ _)m
ありがとうございます。
~WHERE column_name LIKE '%DVDプレーヤー%' OR ('%ビデオ%' AND '%デッキ%') ~
のように書いてみました。
不勉強なもので、このようなカッコを使った書き方ができるとは知りませんでした・・
尚、マニュアル参照してみますm(_ _)m
>>490は文字コードを理解していないに違いない
つきなみだけど
「文字化け」っていう言葉は本来はbit落ちとかで使うものであって
エンコード間違いのときに使う言葉じゃないんだよね
「文字化け」っていう言葉は本来はbit落ちとかで使うものであって
エンコード間違いのときに使う言葉じゃないんだよね
>>494
MySQLをやめて、俺SQLを作ればいいのでは?
MySQLをやめて、俺SQLを作ればいいのでは?
>>494
同じプロトコルで同じ内容をしゃべる/きくようにすれば医院じゃ内科医?
同じプロトコルで同じ内容をしゃべる/きくようにすれば医院じゃ内科医?
mysql> select * from tb1 where f3 = '12345678901';
+------------+------+-------------+-------------+----------------------+----+
| f1 | f2 | f3 | f4 | f5 | f6 |
+------------+------+-------------+-------------+----------------------+----+
| 2007-11-27 | 234 | 12345678901 | 01234567890 | 12345678901234567890 | a |
| 2007-11-27 | 234 | 12345678901 | 01234567890 | 12345678901234567890 | b |
| 2007-11-27 | 234 | 12345678901 | 01234567890 | 12345678901234567890 | c |
| 2007-11-27 | 234 | 12345678901 | 11234567890 | 12345678901234567890 | a |
| 2007-11-27 | 234 | 12345678901 | 21234567890 | 12345678901234567890 | a |
+------------+------+-------------+-------------+----------------------+----+
5 rows in set (0.00 sec)
mysql> update tb1 set f6 ='x' where f3 = '12345678901' and f4 = '01234567890' and f6 = 'a';
Query OK, 1 row affected (0.06 sec)
Rows matched: 1 Changed: 1 Warnings: 0
mysql> delete from tb1 where f3 = '12345678901' and f4 = '01234567890' and f6 = 'x';
Query OK, 1 row affected (0.05 sec)
+------------+------+-------------+-------------+----------------------+----+
| f1 | f2 | f3 | f4 | f5 | f6 |
+------------+------+-------------+-------------+----------------------+----+
| 2007-11-27 | 234 | 12345678901 | 01234567890 | 12345678901234567890 | a |
| 2007-11-27 | 234 | 12345678901 | 01234567890 | 12345678901234567890 | b |
| 2007-11-27 | 234 | 12345678901 | 01234567890 | 12345678901234567890 | c |
| 2007-11-27 | 234 | 12345678901 | 11234567890 | 12345678901234567890 | a |
| 2007-11-27 | 234 | 12345678901 | 21234567890 | 12345678901234567890 | a |
+------------+------+-------------+-------------+----------------------+----+
5 rows in set (0.00 sec)
mysql> update tb1 set f6 ='x' where f3 = '12345678901' and f4 = '01234567890' and f6 = 'a';
Query OK, 1 row affected (0.06 sec)
Rows matched: 1 Changed: 1 Warnings: 0
mysql> delete from tb1 where f3 = '12345678901' and f4 = '01234567890' and f6 = 'x';
Query OK, 1 row affected (0.05 sec)
前へ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 次へ / 要望・削除依頼は掲示板へ / 管理情報はtwitterで / mysql スレッド一覧へ
みんなの評価 : ○類似してるかもしれないスレッド
- MySQL 総合 Part13 (996) - [94%] - 2008/6/10 21:02 ☆
- MySQL 総合 Part19 (982) - [94%] - 2011/6/9 2:33
- MySQL 総合 Part14 (1001) - [94%] - 2008/11/23 10:17 ☆
- MySQL 総合 Part15 (1001) - [94%] - 2009/4/20 12:15 ☆
- MySQL 総合 Part17 (1001) - [94%] - 2010/6/10 20:47 ○
- MySQL 総合 Part18 (986) - [94%] - 2011/1/17 15:46
- MySQL 総合 Part22 (1001) - [94%] - 2012/7/10 16:45
- MySQL 総合 Part23 (992) - [89%] - 2013/8/11 17:00
- MySQL 総合 Part26 (860) - [89%] - 2023/2/2 9:30
- MySQL 総合 Part21 (1001) - [89%] - 2011/12/25 22:16
- MySQL 総合 Part20 (995) - [89%] - 2011/10/17 4:48
- MySQL 総合 Part24 (1010) - [89%] - 2015/2/14 4:46
- MySQL 総合 Part25 (947) - [89%] - 2017/6/18 6:30
- MySQL vs PostgreSQL Part2 (941) - [36%] - 2022/5/26 1:30 ○
トップメニューへ / →のくす牧場書庫について