Pages
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
Showing posts with label
case statement
.
Show all posts
Showing posts with label
case statement
.
Show all posts
Friday, October 16, 2015
Using a CASE Statement/If Condition in HQL select query
SELECT name
,
CASE WHEN name
=
'Name'
then
'Name is Name'
else
'Name is not Name'
end From Domain
Older Posts
Home
Subscribe to:
Posts (Atom)