Update Problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • AmicaNoctis
    replied
    Code:
    [COLOR=#000000][COLOR=#0000CC]UPDATE table1, abo SET table1[/COLOR][COLOR=#006600].[/COLOR][COLOR=#0000CC]abonummer [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]abo[/COLOR][COLOR=#006600].[/COLOR][COLOR=#0000CC]abonr WHERE table1[/COLOR][COLOR=#006600].[/COLOR][COLOR=#0000CC]userid [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]abo[/COLOR][COLOR=#006600].[/COLOR][COLOR=#0000CC]mgnummer[/COLOR][/COLOR]

    Leave a comment:


  • kuddeldaddeldu
    replied
    Hi,

    Originally posted by whistler81 View Post
    obwohl die Tabelle "abo" besteht....
    Du hast sie in Deinem Statement aber nicht in den table_references angegeben...
    Schau Dir das Beispiel im Manual an (kurz vor den User Comments).

    LG

    Leave a comment:


  • whistler81
    started a topic Update Problem

    Update Problem

    Hall liebe Community

    habe ein Problem mit UPDATE

    PHP Code:
    UPDATE table1 SET table1.abonummer abo.abonr WHERE table1.userid abo.mgnummer 
    mysql meldet:
    #1109 - Unknown table 'abo' in where clause
    obwohl die Tabelle "abo" besteht....

    lg
    clemens
Working...
X