Single vs Double Quotation marks (In PostgreSQL)

While writing sql queries there can be a lot of confusion when it comes to using single vs double quotation marks, especially in a database like PostgreSQL where both of them can not be used interchangeably (unlike MySQL)

Even though it is very basic topic, it is very important and can having clarity on it can save a lot of time while writing and debugging the sql queries in PostgreSQL.

Here's the link that i found that can reduce the dilemma upto an extent.
https://streamofcoding.com/single-quote-vs-double-quotes-in-postgres/

Please feel free to add your thoughts or resources related to the topic in the comments.

Comments

Popular posts from this blog

Calculating Top N items per Group (Without Window Functions)

Leverage the mind smartly, How?