How to specify unsigned integer?
Hello - how to specify unsigned integer in a query - can you please provide an example?
1 answers ( 0 marked as helpful)
Tsvetelin Tsonkov
Instructor
Hi Anuradha!
Thanks for reaching out.
The unsigned in MySQL is a data type. Whenever we write an unsigned to any column that means you cannot insert negative numbers
Hope this helps.
Best,
Tsvetelin