Operation Details |
Description: | Returns productIDs and names of all existing products. |
Sterotype: | nsmulti |
SQL |
SELECT productID, name INTO :productID, :name FROM Product ORDER BY name |
Operation Details |
Description: | Returns productIDs and names of all existing products. |
Sterotype: | nsmulti |
SQL |
SELECT productID, name INTO :productID, :name FROM Product ORDER BY name |