I have a Table in my Sqlserver database . Id(PK),No Column, In Number column i have 5 records ,1,2,3,4,5, i want to display only 3 through sql query.
CREATE TABLE [dbo].[number](
[id] [int] IDENTITY(1,1) NOT NULL,
[no] [int] NULL
) ON [PRIMARY]
GO
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jenith ThakkarPosted Jul 31, 2018, 4:35 AM
Jenith ThakkarPosted Jul 31, 2018, 5:20 AM
Debasis MohapatraPosted Jul 31, 2018, 5:19 AM
Debasis MohapatraPosted Jul 31, 2018, 3:49 AM
Nanddeep NachanPosted Jul 31, 2018, 2:25 AM