Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

data type for only interger numbers withour characters

Former Member
0 Likes
503

Hi ,

is there any data type for only integer numbers which is 11 digits or 16 digit number ,

here wont accept the characters.

here numc is not accepting and

int2 and int4 is not accepting for 11 or 16 digit numbers

is there any other way for this , can any one plz suggest me .

thanks in advance

lakshmi

Hi ,

is there any data type for only integer numbers which is 11 digits or 16 digit number ,

here wont accept the characters.

here numc is not accepting and

int2 and int4 is not accepting for 11 or 16 digit numbers

is there any other way for this , can any one plz suggest me .

thanks in advance

lakshmi

1 REPLY 1
Read only

Azeemquadri
Contributor
0 Likes
468

You can use type P data types and then transfer the values to integers.