Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: To-do list database design

    Thanks Sean, I've noted your point about primary key naming.

    TaskNameList is a lookup table to associate lists, list names and tasks with each other. This is the part of the...

  • RE: GROUP BY conundrum

    ScottPletcher (9/28/2012)


    And for general performance reasons, get rid of the functions on the date/datetime column:

    SELECT p.product,

    SUM(CASE WHEN j.holiday = 0 THEN j.qty_delivered END)...

  • RE: GROUP BY conundrum

    Perfect. 😀

    Thanks Laurie.

Viewing 3 posts - 1 through 3 (of 3 total)