Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

how to enter psql shell

//just enter any database by using ```psql [databaseName]``` 
//then enter this command ```DROP DATABASE [databaseName];
//make sure to close the line with ```;```
 
PREVIOUS NEXT
Tagged: #enter #psql #shell
ADD COMMENT
Topic
Name
9+6 =