AS400 SQL query with Parameter

前端 未结 3 2032
花落未央
花落未央 2020-12-21 12:07

I am testing a simple query to get data from an AS400 database. I am not sure if the way I am using the SQL query is correct.

I get an error: \"The

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-21 12:46

    Picflight,

    You might have connected using the system naming conventions instead of SQL naming conventions. Change Mylibrary.Mytable (SQL period qualifier) to Mylibrary/Mytable (system slash qualifier).

提交回复
热议问题