Skip to content

Tag: sqlite

Syntax error while doing C# SQL data insert

I am using the above code for data entry into SQLite database, but while getting some string values, I am getting this error: ‘SQL logic error near “da”: syntax error’ What is the reason ? Answer You will get SQL syntax error if one of rehberIsmi, jsonData contains single quote. In you…

Generate Monthly Aggregated Values in SQlite

I am new in SQLite and i have been working on SQL Query for quite some time. Lets say we have database table say tbl_expense with the following table structure. tbl_expense Assume we have the following data stored in the table. Expected Output Assuming we have expense_date as timestamp, How can i write a SQL …

sqlite3 query to perform a operation twice [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 7 months ago. Improve this question I am working with sqlite3 and I’ve created a view named collabs having columns id_1, …