79704183

Date: 2025-07-17 01:27:14
Score: 1.5
Natty:
Report link
  1. Yes, there are reserved words in SQLite. See the list as the bottom: https://www.sqlite.org/lang_keywords.html

  2. Using brackets will technically work; however, this is not standard SQL. Instead use double quotes as that is standard SQL. The above link also makes this fact clear.

  3. There should not be any issues on the SQLite side of things. However, there can be issues if you want to change databases later of course. To avoid any potential issues just wrap the identifiers with double quotes.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: QualitySoftwareGuy