Run the following through any SQL client
SELECT FALSE, TRUE; return
f, t But this SQL query:
SQLQuery qry = session.createSQLQuery(“SELECT FALSE, TRUE;”);
Object[] result = (Objec
Run the following through any SQL client
SELECT FALSE, TRUE; return
f, t But this SQL query:
SQLQuery qry = session.createSQLQuery(“SELECT FALSE, TRUE;”);
Object[] result = (Objec