I have a Base frontend to a MySQL 5.7 backend.
Version: 7.0.6.2 (x64)
Build ID: 144abb84a525d8e30c9dbbefa69cbbf2d8d4ae3b
CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded
I’m creating a query in Base:
select id artifactCalibration, artifact artifact, provider provider, date_format(date, '%m/%d/%y') date, notes notes
from artifactcalibrations
It won’t let me run or save the query, claiming there’s a syntax error. But there is no error. I can successfully run the sql directly. Anyone have any ideas how I can proceed?