Recent content by PatBlais

  1. P

    Help Update does not work allt the time

    oups I typed a mistake. The is Update Wynstagn.All_G SET All_G.desc = 'X';
  2. P

    Help Update does not work allt the time

    Hello, Does anyone know about this problem? Update with a simple set does not work...the click on compile does nothing Update Wynstagn.All_G SET All_Desc = 'X'; But if i add a select in the update...it worked Update Wynstagn.All_G SET All_G.desc = (SELECT DISTINCT code FROM All_G WHERE code...
Back
Top