class Person {
String userName
String password
String group
}
There are 2 problems:
password
is a keyword in MySQL.group
is an SQL keyword.
Although it usually doesn't take me too long to realize my mistake, it is a nuisance that I'd rather live without. There is a more systematic way to detect such problem.
No comments:
Post a Comment