Create Table Tblnotes (
Create Table Tblnotes (
tblnotes
INSERT INTO tbluser (ID, FullName, MobileNumber, Email, Password, RegDate) VALUES
(1, 'Abir Singh', 9798789789, '[email protected]', '202cb962ac59075b964b07152d234b70',
'2022-06-06 13:36:36'),
(2, 'Anuj Kumar', 1425362514, '[email protected]', 'f925916e2754e5e03f75dd58a5733251',
'2022-06-11 11:48:57'),
(3, 'Raghav', 7897979878, '[email protected]', '202cb962ac59075b964b07152d234b70',
'2023-12-14 05:26:12'),
(4, 'John Doe', 1122112211, '[email protected]', 'f925916e2754e5e03f75dd58a5733251',
'2023-12-15 17:46:20');