• JackbyDev@programming.dev
        link
        fedilink
        English
        arrow-up
        0
        ·
        6 days ago

        Ah, but if we care at all about normalization and that’s calculatable from the other columns (it should be) then it shouldn’t be a column. Unless it’s expensive and this is a view, of course.

    • lennivelkant@discuss.tchncs.de
      link
      fedilink
      arrow-up
      0
      ·
      6 days ago

      Good point.

      Should be age > (@my_age / 2) +7

      FTFOP - now my age is some value defined outside the immediate query.

      More likely, the GIRLS would be a view of some table persons and you could query my_age from that table too.

      • fibojoly@sh.itjust.works
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        6 days ago

        Thank you. I assumed the reader would be educated enough to guess I meant a variable. But yeah, should used @my_age

        • lennivelkant@discuss.tchncs.de
          link
          fedilink
          arrow-up
          0
          ·
          4 days ago

          Pretty sure “People who know enough about SQL to know about variables” is a subset of “People who know enough about SQL to be pedantic about it” :p