Help for this page

Select Code to Download


  1. or download this
    UPDATE TBL_MASTER SET MASTER_CODE = ?,
    MASTER_NAME =?,
    MASTER_ISDELETED =?
    WHERE MASTER_ID = ?
    
  2. or download this
    (MASTER_CODE,MASTER_NAME,MASTER_ISDELETED,MASTER_ID)