• lennivelkant@discuss.tchncs.de
      link
      fedilink
      arrow-up
      13
      arrow-down
      1
      ·
      4 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.

      • JackbyDev@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 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.