Nupur Khare

MySQL Format Function

The Format function in MySQL is a very useful and advanced formatting tool that allows you to format the output of certain SQL values according to your requirements. In this tutorial, we will learn how to use the Format function in order to format dates and numbers into the desired style. Introduction The Format Format …

MySQL Format Function Read More »

Update MySQL Table using NodeJS

In this tutorial, we will study how to update the records of the table using the Nodejs application. Update the table from NodeJS program To update the records in the table, the UPDATE statement will be used. We will update the table using the update.js file. The javascript code for the following is: Here we …

Update MySQL Table using NodeJS Read More »