Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
if condition
.
Show all posts
Showing posts with label
if condition
.
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
›
Home
View web version