Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Order By, Group By!
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00399010
Message ID:
00399016
Views:
15
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform