native SQL_IsNull(Handle:query, column);
query | Handle of a query to check. |
column | Which column to check for NULL. |
Tells whether a specific column in the current row is NULL or not.
1 if the column is NULL, 0 otherwise.
Invalid query handle. No result set in this query. Invalid column.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.