Skip to content
Snippets Groups Projects
Commit 7301da4e authored by Clemens Kupke's avatar Clemens Kupke
Browse files

java error

parent 3147f6cf
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ public class lab13
try {
pstmt = con.prepareStatement(
"SELECT EMPNO, ENAME, SAL, DEPTNO FROM EMP WHERE empno <= 7700");
"SELECT EMPNO, ENAME, SAL, DEPTNO FROM EMP");
result = pstmt.executeQuery();
int i = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment