Should i assing the value NULL?
#1

Should i asign the value NULL to a mysql column thats made for storing time using GetTickCount or GetTime?
Reply
#2

PHP код:
UPDATE tabe_1 SET col_time NULL WHERE [CONDITION]; 
You're going to find some problems when dealing with NULL values, pawn doesn't allow NULLS in float/integers, so always keep your guard up when fetching data, make good use of this function: cache_is_value_index_null.
Reply
#3

i know how to do it,i just asked if its ok to set it as NULL because i thought 0 would cause some errors.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)