Skip to content

Instantly share code, notes, and snippets.

View chill-patel's full-sized avatar
🎯
Focusing

Sunil Patel chill-patel

🎯
Focusing
View GitHub Profile
let dump = ` CREATE TABLE CUSTOMERS(
ID INT NOT NULL,
NAME VARCHAR (20) NOT NULL,
AGE INT NOT NULL,
ADDRESS CHAR (25) ,
SALARY DECIMAL (18, 2),
PRIMARY KEY (ID)
);
CREATE OR REPLACE FUNCTION totalRecords ()
@mesgarpour
mesgarpour / appsScript_ListFilesFolders_ver.2.js
Last active May 23, 2024 14:03
[Google Apps Script] List all files & folders in a Google Drive folder, & write into a speadsheet
/*
* Copyright 2017 Mohsen Mesgarpour
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software