blade-jdbc icon indicating copy to clipboard operation
blade-jdbc copied to clipboard

multiple queries is not empty condition

Open hellokaton opened this issue 8 years ago • 0 comments

String site_title = Options.db.where("`key`", "site_title").findOne().get("value");
String site_subtitle = Options.db.where("`key`", "site_subtitle").findOne().get("value");

hellokaton avatar Sep 11 '16 16:09 hellokaton