We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SELECT * FROM cities WHERE state_id NOT IN (SELECT id FROM states);
Result:
"39667" "Ilan" "3478" "39668" "Lotung" "3478" "39669" "Suao" "3478" "39670" "Toucheng" "3478" "39695" "Dali" "3489" "39696" "South District" "3489" "39697" "Ta-Ya Shang" "3489" "39698" "Dali" "3490" "39699" "South District" "3490" "39700" "Ta-Ya Shang" "3490" "39714" "Hsilo" "3499" "39715" "Huwei" "3499" "39716" "Peikang" "3499" "39717" "Touliu" "3499" "39718" "Tounan" "3499" "39719" "Tuku" "3499"
Missing states 3478, 3489, 3490 and 3499
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SELECT * FROM cities WHERE state_id NOT IN (SELECT id FROM states);
Result:
"39667" "Ilan" "3478"
"39668" "Lotung" "3478"
"39669" "Suao" "3478"
"39670" "Toucheng" "3478"
"39695" "Dali" "3489"
"39696" "South District" "3489"
"39697" "Ta-Ya Shang" "3489"
"39698" "Dali" "3490"
"39699" "South District" "3490"
"39700" "Ta-Ya Shang" "3490"
"39714" "Hsilo" "3499"
"39715" "Huwei" "3499"
"39716" "Peikang" "3499"
"39717" "Touliu" "3499"
"39718" "Tounan" "3499"
"39719" "Tuku" "3499"
Missing states 3478, 3489, 3490 and 3499
The text was updated successfully, but these errors were encountered: