could not execute query (select distinct disk.vsn,
disk.shelf,
disk.status as vsnstatus,
disk.last_arrival_date as arrivaldate,
disk.last_departure_date as departuredate,
disk.last_modification_date as lastmoddate,
disk.capacity,
disk.rate,
disk.quality,
disk.comment,
expview.expstatus,
expview.obsdate,
expview.station, expview.experiment from disk left join expview using (vsn) where medium_type = 'DISK' and () order by vsn, experiment, station )
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') order by vsn, experiment, station' at line 13