Hello group, I need to convert my “old” queries for MsAccess to queries for SQLite…Ex: go from checking the year … from … where Year(Data)=2024 … . to … where strftime(‘%Y’,Data)=‘2024’ . Is it correct?
2 posts - 2 participants
Hello group, I need to convert my “old” queries for MsAccess to queries for SQLite…Ex: go from checking the year … from … where Year(Data)=2024 … . to … where strftime(‘%Y’,Data)=‘2024’ . Is it correct?
2 posts - 2 participants