Hi all,
I have this information
employee(status Integer not null,
pay_rate numeric Not null,
payment_id integer not Null,
checkIn timestamp without time zone Not null,
checkOut timestamp without time zone Not null,
employee_id integer Not null);
I want...
Thanks nigelrivett.
///
select top 1 Product_id, volume
///
does not work. I use Postgre Sql (7.xx). Do you know something similar to "top 1" for postgre sql?
Thanks.
Hi all,
I have this table
sales ( product_id Serial Not Null,
price Numeric Not Null,
product_code Char(3) Not Null);
sales (product_id,price, product);
I want to write a query that return the products that sold with the highest volume, for example:
product_id _|_ Volume
1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.