74
63

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

SQLを書く時にお願いしたいこと

Last updated at Posted at 2014-09-05

SQLを書く時にお願いしたいこと

  • その1、いつもと同じインデントを気にすること!
  • その2、ちゃんとキーワード大文字にすること!いいね?
  • その3、キーワード以外は小文字で書くこと!
  • 分かったらそのSQLヒアドキュメントで書いて!!
  • 別にワガママなんて言ってないんだから
  • 君に見やすいSQLを書いて欲しいの!かわいいの!!
  • 改行、イヤならラップして改行取り除けばよかろ?文字列連結なんて論外よ!!
  • 【初音ミク】ワールドイズマイン【PV】 ~ 【Hatsune Miku】 World is Mine 【PV】
  • 絶対!絶対!!君は守ってくれる。守ってくれるわー
SELECT
    some,
    other
  FROM foo t1
  LEFT JOIN bar t2
         ON t1.id = t2.foo_id
 WHERE hoge = ?
   AND fuga = ?
 GROUP BY fugo 
 ORDER BY piyo
 LIMIT m
74
63
15

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
74
63

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?