Posts by Filipe Ferreira • 31 points
2 posts
-
1
votes3
answers178
viewsA: How to store a single character?
I think the best way would be to use the guy string and to facilitate encapsulating the conversion process either in the manufacturer or to create methods to encapsulate the value assessment: using…
-
2
votes2
answers683
viewsA: How to run INSERT only if the record does not exist?
You can use a Unic to avoid repetition where appropriate. I found the example below in https://www.techonthenet.com/sqlite/unique.php CREATE TABLE employees ( employee_id INTEGER PRIMARY KEY…