Hi, How to Update records in the table?
How to Update records in the table
UPDATE Table_Name
SET column1 = value1, column2 = value2
WHERE [condition];
Thank You!
Hi, How to Update records in the table?
UPDATE Table_Name
SET column1 = value1, column2 = value2
WHERE [condition];
Thank You!