You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
original SQL used left() and instr(). but those function is available at MySQL , not JavaDB.
So table structure should be altered. devide name column with devide value by ';'.
The text was updated successfully, but these errors were encountered:
My plan is to split NAME column into multiple fields. I guess this NAME column came from "2.1.2 RECORD_TITLE " which is written in http://www.massbank.jp/manuals/MassBankRecord_en.pdf.
I guess the intention of previous code is to pick up CH$NAME only.
in here.
https://github.com/MassBank/SpectrumSearch/blob/master/src/main/java/jp/massbank/spectrumsearch/db/DbAccessor.java#L78
original SQL used left() and instr(). but those function is available at MySQL , not JavaDB.
So table structure should be altered. devide name column with devide value by ';'.
The text was updated successfully, but these errors were encountered: