Menu

Field with IN not in graph

PAscal
2011-03-06
2013-04-15
  • PAscal

    PAscal - 2011-03-06

    Hello,

    SELECT
    a.id
    from a
    where a.b in (select c from d)

    a.b field is not displayed in the graph

    Regards
    PAscal

     
  • alxtoth

    alxtoth - 2011-03-17

    fixed in v0.39

     
  • alxtoth

    alxtoth - 2011-03-21

    Bug:

    SELECT a.id from a where a.b >=  (select c from d)

     

Log in to post a comment.