Translate

Tuesday, May 19, 2026

PostgreSQL Script : Perintah Menjalankan Script SQL Melalui Terminal Bash

Perintah : psql -U root -d latihan -v ON_ERROR_STOP=1 -f scriptCekFunctionMerekTintasGen.sql > hasil_cek_function.txt 2>&1

No comments:

Post a Comment

Github : Perintah Untuk Update Repository Github

Ini adalah perintah di untuk update repository di Github : git status git add . git commit -m "update isi repository" ...