Live data from Hacker News

Viewing profile — some_user54

some_user54

HN member
Joined
Mon, Jun 18, 2018, 7:18 PM UTC
HN karma
3
Public activity
5 items

About some_user54

No profile information was provided.

Recent public activity

  1. comment
    Comment #19155692

    There is no need for ranting, if you need to reuse expression from select you could simply use `LATERAL JOIN` or `CROSS APPLY`: https://blog.jooq.org/2014/01/06/the-sql-languages-m…

  2. story
  3. comment
    Comment #18006881

    If you want to trully know how thing works I suggest great blog: http://sommarskog.se/error_handling/Part1.html http://sommarskog.se/error_handling/Part2.html http://sommarskog.se/…

  4. comment
    Comment #17586356

    Is it correct that SQL Server does not support IDENTITY(slide 29)? IDENTITY property is supported from as far as I can remember: https://docs.microsoft.com/en-us/sql/t-sql/statemen…

  5. comment
    Comment #17340943

    "Patterns. Finally, let’s assume that we want to continuously detect whether the temperature has changed more than 20% within any five-minute period. This query is impossible to do…