Differences

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

Link to this comparison view

control_sql_-_find_an_order_number_with_the_transaction_id [2019/01/27 11:28]
127.0.0.1 external edit
control_sql_-_find_an_order_number_with_the_transaction_id [2019/02/05 11:20] (current)
admin
Line 20: Line 20:
  
  
 +<code sql>
 select ordernumber select ordernumber
- 
- 
- 
 from transheader from transheader
- 
- 
- 
 where id= where id=
 +</code>