Search results

  1. S

    Lurkers and occasional posters unite!

    Friend played EQ and introduced me to the site. Saw this image in the first FSR, laughed the hardest I had ever laughed in my childhood, and never left.
  2. S

    Electronic Dance Music

    In the post -- Трек: Холостяк - @rado_arami
  3. S

    Gloomhaven

    A few jankier alternatives that work for my group: YASS for token storage. Cheaper than the custom broken token solution, and I like having everything in a few thin clear containers. Gloomy Companion to replace the monster deck. Doesn't track monster health, but does everything else and...
  4. S

    SQL Query Help

    I agree. If it needs to return one record per date, I think we would add the date key to the join to force picking the most recent mod_dt per date (again, assuming mod_dt is never null and now unique within an employee_key | nom_day_key combo): select a.nom_day_key, a.employee_key...
  5. S

    SQL Query Help

    Agree with Palum and Khane. Below is one way, assuming you only want one record per employee across any number of nom_day_key (and assuming mod_dt is unique within an employee_key): select a.nom_day_key, a.employee_key, a.local_start_dt, a.local_end_dt, a.mod_dt from...
  6. S

    StarCraft 2

    There's an easier way to execute that strategy for those of us who are bad at managing a ton of stuff:
  7. S

    The Fighting Game Community Thread

    Ty Column. Always appreciate these posts.