Jump to content

Recommended Posts

what i want to do :

i have 2 tabbles account, i want to set at the first tabble the password for the secondary tabble,but only where in first tabble exist the password ='x'

 

I try this command , but function "  where password='x' " is wrong.

UPDATE account P1 where password='x'
    JOIN account2 P2
       ON P1.login = P2.login
SET P1.password = P2.password

 

 

Sorry for my english :(

Link to comment
https://metin2.dev/topic/8967-need-comand-sql/
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.