All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.chutneytesting.tools.SqlUtils Maven / Gradle / Ivy

package com.chutneytesting.tools;

public final class SqlUtils {

    public static String count(String query) {
        return "SELECT count(*) as count FROM (" + query + ")";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy