Make an SQL query from a list of query parameters
server_make_query(table_name, login, filter, select)A string with the constructed SQL query from the provided query parameter.
The name of the table in the server function
The connection object obtained from the login() function.
A vector or a comma-separated string of subset of subject IDs
A vector of column names