Escaping - GradedJestRisk/db-training GitHub Wiki

Escaping

https://www.prisma.io/dataguide/postgresql/short-guides/quoting-rules

Identifier (table and column name):

  • can be unquoted, case-insensitive
  • if quoted, should use double-quotes " eg. "$TABLE_NAME", are case-sensitive

Text values should be quoted with simple quote '.

⚠️ **GitHub.com Fallback** ⚠️