Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Item category details

$
0
0
I have a below tables and want to get the result as per updated price of items in a query.

CREATE TABLE [dbo].[Sales](
[Icode] [varchar](10) ,
    [Ccode] [varchar](13),
    [qty] [numeric](18,

Viewing all articles
Browse latest Browse all 3145

Trending Articles