adspace
Answer Posted / Raju Sharma
To kill a query in PostgreSQL, you can use the KILL or CANCEL command followed by the query's process ID (PID). You can find the PID using commands like pgAdmin's 'Activity' tab or the `ps` command if you have access to the server.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to start mysql server? : Sql dba
Can we use distinct and group by together?
how to escape special characters in sql statements? : Sql dba
what is sql server agent? : Sql dba
Can we rollback truncate?
Does group by remove duplicates?
How do I remove duplicates in two columns?
what are all the common sql function? : Sql dba
what is collation? : Sql dba
Do we need to rebuild index after truncate?
Is primary key clustered index?
define sql insert statement ? : Sql dba
What is the current version of sql?
Is inner join faster than left join?
What is your daily office routine?