Advertisement
hecrus

Metric 2

Oct 24th, 2020
2,237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
T-SQL 0.16 KB | None | 0 0
  1. select
  2.     productID hide_productID,
  3.     (select name from tst_products where id = productID) product,
  4.     note,
  5.     cnt, price from tst_orders where customerID = @hide_id
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement