Mariappan-Sivakumar-ZS0528 commented on PR #3750:
URL: https://github.com/apache/fineract/pull/3750#issuecomment-2036195396

   Hi @adamsaghy  
   While using 'of' as an alias for the 'm_office' table in MySQL, it's not 
recognized as an alias but rather as a reserved keyword in SQL. Therefore, 
employing 'of' in that context triggers an error. By renaming the alias to 
'off', we resolve this issue as 'off' is a valid alias and doesn't conflict 
with SQL keywords.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to