I want to INSERT a row but only if it doesn't exist, otherwise I need to increase one column, rewrite the other, etc. How can I do this? Do I need a select? I am hoping there is either an INSERT or UPDATE statement that will let me know if it fails so I can do the other.
I am using sqlite ATM and I may switch to MySQL. Using C#.NET.