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
{{ message }}
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
when I execute monetdblite.sql(“copy into tablename from
'filename.bat.bz2' using delimiters '\x03' ”),got an error :
SQL Query Failed: IOException:sql.copy_from:42000!Cannot open file 'filename.bat.bz2':No such file or directory
But with flat text filename.bat,it worked quiet right.