0
0

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 3 years have passed since last update.

忘備録

Last updated at Posted at 2021-02-19

とりあえずまとめる

  • SQLまわり
    • null同士は比較しない。
      • null = null → false
      • coalesceして比較する
    • utf8をbulk insert したい
      • rowterminator = '0x0a'
    • Accessを使おうとしてちょっと困ったところ
      • with句使えない
      • 3つ以上のテーブルをjoinするときは括弧でくくる
        • from ((a join b) join c)join d
      • case が使えない
        • iif(a=b,真の時,偽の時)
      • 数字、記号の入ったテーブル名はくくる
        • from [a1] join [b+]
0
0
1

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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?