literals

[1/1]

  1. Is there a dedicated boolean data type in SQLite?
    SQLite and Boolean ValuesInstead, it employs integers to represent boolean data: 0 signifies false.0 signifies false.SQLite