Hi all.
I don't understand what is wrong with this query
I'm getting error
according to this page https://www.sqlitetutorial.net/sqlite-update/ it's possible
Thanks
I don't understand what is wrong with this query
B4X:
UPDATE tblClientGivenMedicine_Temp
SET Notes = '555'
where JobDate='12/20/2025' and DrugID=11197
ORDER by Created DESC
LIMIT 1;
I'm getting error
B4X:
Execution finished with errors.
Result: near "ORDER": syntax error
At line 3:
UPDATE tblClientGivenMedicine_Temp
SET Notes = '555'
where JobDate='12/20/2025' and DrugID=11197
ORDER
according to this page https://www.sqlitetutorial.net/sqlite-update/ it's possible
Thanks