The following is a SQL statement.
SELECT size, amount, id
FROM productsize
WHERE productid=#Session.ProductId#
ORDER BY id ASC
The following is a SQL statement.
SELECT size, amount, id
FROM productsize
WHERE productid=#Session.ProductId#
ORDER BY id ASC