You can either
-Do the multiplication in memory once you retrieve the result
or
-Use native sql
Kiril Minanov wrote:
> Hi,
>
> I have the following query:
>
> How can I make this query work
> It seems that the *, +, -, / operators are not supported in the select
> clause
>
> SELECT
> p.price * p.price
> FROM
> Products
>