Sorry that read this later...
It is one step from matrix to create SQL syntax :")

if we have MATRIX operations what about adding a conditions to it.. i.e. :
@a = (1,2,3);
@b = (4,5,6);
@c = (7,8,9);

matrix x3, @a, @b, @c where x3 > 5;
( 1,2,3
  4,5,6
  7,8,9 );

x3 in where mean column 3 (?syntax), should return :

( 4,5,6
  7,8,9 );

=====
iVAN
[EMAIL PROTECTED]
=====





Reply via email to