| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Help! I can't support normalization
> Cross product is just an aggregate operation
>
> select '<A,B>' as name, sum(a.value*b.value) from vector.a, vector.b
> where a.name = 'A' and b.name = 'B'
> and a.component# = b.component#
Isn't the above the dot product, rather than the cross product? Received on Sat Nov 16 2002 - 10:36:29 CST
![]() |
![]() |