USE LAB_DB
UPDATE
  dbo.tbl_lab_setup_Test_Control
SET
  Test_Blank_Result_Flag = 1
WHERE
  Test_Code IN (
    SELECT
      Test_Code
    FROM
      dbo.tbl_lab_setup_Test
    WHERE
      Test_Type_Code = 1
  );

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: