is int4 is like int and integer?
Loading
is int4 is like int and integer?
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.
Uday DodiyaPosted Aug 29, 2022, 6:51 AM
INT4 is an alias for the INTEGER data type. INT8 is an alias for the BIGINT data type. FLOAT4 is an alias for the REAL data type. FLOAT8 is an alias for the DOUBLE data type. NUMERIC is an alias for the DECIMAL data type.
Vishal JoshiPosted Aug 29, 2022, 6:42 AM
Type
Value
Disk usage
Integers can be of different sizes, as the above table shows. in your case, int4 means it can be an integer with 4 bytes.
Rajanikant HawaldarPosted Aug 29, 2022, 5:23 AM