I am not good at sql, so please let me know.
"I would like to extract ""Contractor ID_PK"" and ""Regional Number"" from the following contract information TBL."
The extraction conditions are a list of non-overlapping county numbers for each contractor ID.
Thank you for your cooperation.
◾ 情報Contract Information TBL
Contractor ID_PK Contract Number_PK Affiliate Country Number...
aaa00101
aaa00201
aaa00302
bbb00101
bbb00202
bbb00302
ccc00101
ccc00201
ccc00301
◾ Contractor ID Country Number
aaa01
aaa02
bbb01
bbb02
ccc01
SELECT DISTINCT Contractor ID_PK, Affiliate country number FROM contract information TBL
I see. DISTINCT
removes duplicate lines from the results.
918 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
621 Uncaught (inpromise) Error on Electron: An object could not be cloned
582 PHP ssh2_scp_send fails to send files as intended
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.