Sunday, December 27, 2020

MYSQL workbench error : You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column

 SET SQL_SAFE_UPDATES = 0;

No comments:

Post a Comment

How cache can be enabled for embeded text as well for search query results in Azure AI ?

 Great question, Rahul! Caching in the context of Azure AI (especially when using **RAG pipelines with Azure OpenAI + Azure AI Search**) can...