Nexy Posted June 13, 2008 Share Posted June 13, 2008 Just a simple question. What type doesn't let integers go into negative values. If I was to update the column and subtract a certain amount, it would not go below 0. Thank You! Quote Link to comment Share on other sites More sharing options...
fenway Posted June 13, 2008 Share Posted June 13, 2008 UNSIGNED will prevent it from being stored... but you'd have to catch the error when trying to set it (strct) or the warning (not strict). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.