I have them full joined using a self incrementing primary key ID in Contacts.ID and a normal ID column in Logs.ID which I can query fine and pull up any relevant data using select.
My issue is I'm trying to save data using update to 2 specific columns (Date, Info) in an existing row on my logs table, from my app but the syntax doesn't seem to qualify and continually throws errors at me.
I've tried several different ways but I feel this is the closest I've come yet.
Insert into (Date, Info) values (@Date, @Info) from Contacts full join Logs on Contacts.ID=Logs.ID where Log_ID = 23

New Topic/Question
Reply


MultiQuote




|