Skip to content

Instantly share code, notes, and snippets.

View Abdourrahman's full-sized avatar
🏠
Working from home

Abdou Abdourrahman

🏠
Working from home
View GitHub Profile
DO $$
DECLARE
rec RECORD;
BEGIN
FOR rec IN
SELECT table_name, column_name
FROM information_schema.columns
WHERE column_default LIKE 'nextval%'
LOOP
EXECUTE format(
@Abdourrahman
Abdourrahman / cloudSettings
Last active May 1, 2020 10:16
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-05-01T10:16:09.659Z","extensionVersion":"v3.4.3"}