Search
 
SCRIPT & CODE EXAMPLE
 

SQL

enter postgres shell o localhost

su - postgres
psql
l
c dbname	#Switch connection to a new database
l	        #List available databases
dt	        #List available tables
q	        #Exit psql shell
https://www.geeksforgeeks.org/postgresql-psql-commands/
Comment

PREVIOUS NEXT
Code Example
Sql :: mysql if without else 
Sql :: how to select only id where is not in column mysql 
Sql :: Sql select by content lenght 
Sql :: check or repair mysql database table 
Sql :: transaction in java mysql 
Sql :: database db connection string format 
Sql :: sqlalchemy query return only n results 
Sql :: modulous in sql 
Sql :: Show mysql account privilleges 
Sql :: sql server assembly 
Sql :: fill up postgres db 
Sql :: how to read the potentail error messages in ssis package 
Sql :: plsql to generate all combinations of specified number of characters in string 
Sql :: Sql testing queries 
Sql :: IN from in sql 
Sql :: How to get distinct sets of rows using SQL (Oracle)? 
Sql :: sql show founctions 
Sql :: SQL server select to get sum of hours 
Sql :: Mysql Install Ubuntu with native password 
Sql :: mysql create schgema 
Sql :: join mysql 
Sql :: What is the difference between the LIKE and REGEXP operators in mysql? 
Sql :: django mysqlclient connection string 
Sql :: liquibase default-schema in sql 
Sql :: ring SQLite sqlite_init 
Sql :: how to view full conversation with chat.db 
Sql :: Use Join On DataTables | Join Two Tables With ssp.class.php (Select & Search) 
Sql :: is there any limit of using joins in single mysql query ? 
Sql :: ! Wildcard in SQL 
Sql :: float in sql 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =