declare @value varchar(10);
set @value = '';
SELECT COALESCE(NULLIF(@value,''), '0')
Subscribe to:
Post Comments (Atom)
React Hooks - custom Hook
v CustomHook Ø React allows us to create our own hook which is known as custom hook. Example – 1 localStorage Demo Step-1 Create ...
-
Garbage collection is a low-priority process that serves as an automatic memory manager which manages the allocation and release of memory...
-
EXEC sp_MSForEachTable ' IF OBJECTPROPERTY(object_id(''?''), ''TableHasIdentity'') = 1 DBCC CHECKIDENT ...
-
IL, or Intermediate Language, is a CPU independent partially compiled code. IL code will be compiled to native machine code using current ...
No comments:
Post a Comment