928 0 0 0
Last Updated : 2025-04-28 22:37:37
If you have data in an Excel sheet and would like to create a sql query to add/insert data here is the way,
="INSERT INTO consultations (title, description, department, startDate, endDate, profilehyperlink, report,status) VALUES('"&A2&"','"&B2&"','"&H2&"','"&TEXT(C2,"YYYY-MM-DD")&"','"&TEXT(D2,"YYYY-MM-DD")&"','"&F2&"','"&G2&"','"&E2&"')"