$ psql -h 127.0.0.1 -U glassflowuser -d glassflowdb glassflowdb=# INSERT INTO "public"."accounts" ("username", "password", "email", "created_on") VALUES ('user2', 'beseeingya', 'user2@email.com', NOW()); glassflowdb=# DELETE FROM accounts WHERE username = 'user3';
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter