I wasn't expecting this error on a join to an empty table but rather an
empty result. Was this the intended behavior?

jdadminx'test'


etc=: 0 : 0

name byte 12

depid int

)


a=: 12{."1>;:'Rafferty Jones Steinberg Robinson Smith John Rafferty'

b=: 31 33 33 34 34 36 33


jd'createtable';'et';etc

jd'insert';'et';'name';a;'depid';b


dtc=: 0 : 0

depid int

dname byte 12

)


jd'createtable';'dt';dtc


jd'reference et depid dt depid'


[et=: jd'reads from et'

[dt=: jd'reads from dt'

jd'reads from et,et>dt' NB. index error

Also, is this the correct forum for Jd discussion?
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to