Skip to content

Conversation

pauldjeuda
Copy link

No description provided.

@mngoe mngoe changed the title fixing total family fixing total family #OICI-110 Jun 4, 2025
public int getTotalFamily() {
@Language("SQL")
String FamilyQuery = "SELECT count(1) Families FROM tblfamilies WHERE isoffline = 1 OR isoffline = 0"; // WHERE isoffline = 1 OR isoffline = 0
String FamilyQuery = "SELECT count(1) Families FROM tblfamilies WHERE isOffline = 1 or isOffline = 0 or isOffline = \"false\" or isOffline = \"true\""; // WHERE isoffline = 1 OR isoffline = 0
Copy link
Member

@delcroip delcroip Jun 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is the point of the where clause in the select ? do you just want to filter out "isoffline is null" ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants