SQL Server Database show Result

hello, please i want to display result of my sql query

String queryResult = sql.execute(“SELECT * FROM Users”)

System.out.println(queryResult) // however the results of this query is not showing in the console on running my test case

Please do not create multiple topics for a single problem. Closing this one.

1 Like