
Sometimes you may need to insert current date time in PostgreSQL. Here are the steps to do it.
Sometimes you may need to get primary key of newly inserted row in PostgreSQL. Here are the steps to do it.
Sometimes you may need to list most recent queries run in PostgreSQL. Here is how to show last queries executed in PostgreSQL.
Sometimes you may need to select every nth row from a PostgreSQL table. Here are the steps to do it.
Sometimes you may need to insert text with single quotes in PostgreSQL. Here are the steps to do it.