Menu

Bind variables in predicates not graph

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

    PAscal - 2011-03-07

    Hello

    select * from a
    where a.id = :1

    doesn't display id =:1 (nor id) in table graph

    Regards
    PAscal

     
  • alxtoth

    alxtoth - 2011-03-09

    Is this representative test :

    select * from a where a = :999 and b = :xxx

    -Alex

     
  • PAscal

    PAscal - 2011-03-09

    Could you add mixed for system generated variables :SYS_B_02

    PAscal

     
  • alxtoth

    alxtoth - 2011-03-10

    This works already  :

    select * from a where a = :SYS_B_02

    -Alex

     
  • PAscal

    PAscal - 2011-03-10

    Great !

    For me this issue is fixed.

    Thanks
    PAscal

     

Log in to post a comment.