User Tools

Site Tools


tilausj:sql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tilausj:sql [2018-05-14 11:48] – created kristertilausj:sql [2018-05-14 11:49] (current) krister
Line 8: Line 8:
 </code> </code>
  
 +=== Tilaukset, tuotteet, käyttäjät (Efecten SAM-tarkistus) === 
 +<code> 
 +select orders.id, orders.categoryName, orderproducts.name, orderproducts.enduserName, orders.division, orders.costpool, orders.ordered, orders.purchased, REPLACE(REPLACE(orders.comment, CHAR(13), ''), CHAR(10), ''
 +from orders, orderproducts 
 +where orders.id=orderproducts.order_id 
 +</code>
tilausj/sql.1526298516.txt.gz · Last modified: 2018-05-14 11:48 by krister