skip to main
|
skip to sidebar
Web & Software Techniques and Tips
Saturday, May 5, 2012
How to get first character of a string in SQL?
SUBSTRING
(
my_column
,
1
,
1
)
because it is Standard SQL-92 syntax and therefore more portable.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
About Me
Nanthakumar.T
View my complete profile
Blog Archive
►
2021
(20)
►
March
(20)
▼
2012
(82)
►
December
(1)
►
November
(4)
►
October
(3)
►
September
(4)
►
August
(4)
►
July
(6)
►
June
(21)
▼
May
(15)
Identifying data type in literals without casting
Multiple LEFT JOINs in MS Access
MS Access, SQL JOIN syntax for 3-way table join
String was not recognized as a valid DateTime C#
9 Mobile Framework to Kick Start Your Mobile Devel...
Windows 7 - HomeGroup Desktop Icon - Add or Remove
Examining .NET 4.0 with C#: ExpandoObject
10 sweetest features of Android 4.0 Ice Cream Sand...
Can't Install Android platforms on Android SDK
how to configure Modem & Lan settings for your BS...
Configure Your Server To Parse HTML Files As PHP
How to Disable contextmenu on browser?
Could not load file or assembly ‘BasicFrame.WebCon...
How to get first character of a string in SQL?
MMC could not create the snap-in?
►
April
(12)
►
March
(4)
►
February
(1)
►
January
(7)
►
2011
(131)
►
December
(18)
►
November
(9)
►
October
(24)
►
September
(15)
►
August
(18)
►
July
(8)
►
June
(13)
►
May
(25)
►
April
(1)
Total Pageviews
Tags
Android
(2)
Android - Http Client get /post method
(1)
Android localhost HttpClient Connection Refused
(1)
Checking and unchecking
(1)
Hello world
(1)
jQuery Checkboxes
(1)
json
(1)
php
(1)
syntax Editor
(1)
xml
(1)
No comments:
Post a Comment