Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Thursday, November 23, 2017

How to get Qty value?

SQLServerCentral » Latest topics
How to get Qty value?
Hi Friends,

I have table  two tables

desc table1
company_no varchar(10)
invoice_no varchar(20)
locn_no varchar(10)
model_ref varchar(20)
item_type  char(10)
item_code varchar(10)
QTY  varhcar(2

No comments: