winsql

    1熱度

    1回答

    最近我有一個克隆的informix數據庫服務器。我創建了一個名爲sp_foo的新存儲過程。 當我運行下面的SQL執行過程 EXECUTE PROCEDURE sp_foo(); 我得到下面的錯誤,當我調用存儲過程。 Error: The system command cannot be executed or it exited with a non-zero status. (State:S

    0熱度

    2回答

    我想將一行導出到一個DEL文件使用; EXPORT TO ExportedFile.DEL OF DEL SELECT * From MyTable 但是,當我執行查詢時,我得到這個; Error: SQL0104N An unexpected token "ExportedFile" was found following "EXPORT TO ". Expected tokens may

    2熱度

    1回答

    我有兩個表, USER USER_ID | USER_NAME -------------------- 659 | John 660 | Andrew 661 | Bianca -------------------- USER_ADDRESS USER_ID |TYPE | ADDRESS ------------------------------ 659 |