•  
      request #44857 Column not appearing in XTS result
    Infos
    #44857
    Martin GOYOT (goyotm)
    2025-09-29 10:02
    2025-09-22 09:32
    46576
    Details
    Column not appearing in XTS result

    When using this query:

        SELECT @pretty_title, @status, @last_update_date , foovar, @submitted_by, start_date
        FROM @project = 'self'
        WHERE @status = OPEN()
        ORDER BY @last_update_date DESC
    

    The column foovar is not shown in the results as can be seen in this screenshot:

    Column foovar is a date.

    Cross tracker search
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2025-09-26
    Attachments
    References

    Follow-ups