Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Order By, Group By!
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00399010
Message ID:
00399016
Vues:
10
I have copied the SQL below,

SELECT Oimods.iid, Oimods.ioitemid, Oimods.imodid, Oimods.ipricegpid,;
Order.order_no, Order.cticket, Oimods.ctktname, Oimods.iinvid,;
Oimods.laddtobase, Oimods.nprice, Oimods.iqty, Oimods.cfraction,;
Oimods.cmodified;
FROM prism!oimods INNER JOIN prism!oitems;
INNER JOIN prism!order ;
ON Oitems.iorderid = Order.iid ;
ON Oimods.ioitemid = Oitems.iid;
WHERE Order.order_no = ?vp_order_no;
ORDER BY Oimods.ioitemid, Oimods.imodid


Again, any help would be appreciated.

John Rowlinson
Microworks POS Solutions
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform