joins
hi in mya pplication im trying getquery coming table ,i don't know how it.below tables create table [dbo].[r2inventorytable]( [productid] [int] identity(1,1) not null, [productname] [nvarchar](50) null, [productdesc] [nvarchar](max) null, [phcode] [nvarchar](max) null, [pmno] [nvarchar](max) null, [plineno] [varchar](50) null, [relayrack] [varchar](50) null, [sno] [varchar](50) null, [assettagno] [varchar](50) null, constraint [pk_r2inventorytable] primary key clustered ( [productid] asc )with (pad_index = off, statistics_norecompute = off, ignore_dup_key = off, allow_row_locks = on, allow_page_locks = on) on [primary] ) on [primary] go set ansi_padding off select r.pmno,r.productdesc,r.productname r2inventorytable r output modelno productdesc productname 4 testing1 desc testing1 4 ...