Ambidexterious
Wednesday, January 4, 2012
Example of SUBSTRING FUNCTION:
select SUBSTRING ('211920',1,2)
select SUBSTRING ('211920',3,2)
select SUBSTRING ('211920',5,2)
Results are:
21
19
20
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Qualcomm Short Term
113 is the SL. 1st Target by mid July.
Bluedroid Stack
Directory Structure of Bluedroid in Android: BLuedroid Folder Structure description: a) audio_a2dp_hw/ --> A set of audio int...
Making the SPEC file in the linux
# This is a spec file for starlight audio module %define name rpmdemo %define buildroot %{_topdir}/%{name}-0.1 %define buildarch n...
MEMSET function and MEMCPY function and FLUSH function
MEMSET - It fill the memory with a constant byte #include <string.h> void *memset (void *s , int c , size_t n); The memset () functio...
Total Pageviews
No comments:
Post a Comment