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
Field 'XMLTYPE_INFO' is of type XMLTYPE.
sql : rows, err := db.WithContext(context.Background()).Raw("select XMLTYPE_INFO from DTS_SOURCE_ALL FETCH FIRST 3 ROWS ONLY ")
when i execute this sql, it will return a error " unsupported data type: XMLTYPE".
how to resolve it?
The text was updated successfully, but these errors were encountered:
Field 'XMLTYPE_INFO' is of type XMLTYPE.
sql : rows, err := db.WithContext(context.Background()).Raw("select XMLTYPE_INFO from DTS_SOURCE_ALL FETCH FIRST 3 ROWS ONLY ")
when i execute this sql, it will return a error " unsupported data type: XMLTYPE".
how to resolve it?
The text was updated successfully, but these errors were encountered: