i have created a Table with Column Datatype as Int
below is the Data inserted into it
00012,0012,000000136.after Inserting.How to Write a Query to identify Leading Zero's are Inserted into Particular Column or not
Ex:-
Create Table Test4(EmpSal int)
insert into Test4 Values(00012),(0012),(000000126),(0000135)
Jaish MathewsPosted Aug 7, 2019, 9:43 AM
Priyanka JainPosted Aug 7, 2019, 8:05 AM