M
MiRoT
i create this sql query to auto-update fields when updatess.kwdikos_pelath =
pelates.kwdikos_pelath, but when i execute it asks me for values like
updatess.poso_kefalaiou and updates.kwdikos_pelath.
Can anyone tell me what is wrong with this code?
UPDATE pelates SET poso_kefalaiou = (SELECT updatess.poso_kefalaiou FROM
updatess WHERE updatess.kwdikos_pelath = pelates.kwdikos_pelath)
WHERE EXISTS (SELECT updatess.poso_kefalaiou FROM updatess WHERE
updatess.kwdikos_pelath = pelates.kwdikos_pelath);
Thanks.
pelates.kwdikos_pelath, but when i execute it asks me for values like
updatess.poso_kefalaiou and updates.kwdikos_pelath.
Can anyone tell me what is wrong with this code?
UPDATE pelates SET poso_kefalaiou = (SELECT updatess.poso_kefalaiou FROM
updatess WHERE updatess.kwdikos_pelath = pelates.kwdikos_pelath)
WHERE EXISTS (SELECT updatess.poso_kefalaiou FROM updatess WHERE
updatess.kwdikos_pelath = pelates.kwdikos_pelath);
Thanks.