1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[SQL] maximo where clasue Fetch operation failed error

Discussão em 'Outras Linguagens' iniciado por Stack, Outubro 9, 2024 às 07:42.

  1. Stack

    Stack Membro Participativo

    I want to write a where clause, where i want to have list of inventory items, consumed by me for the last week. I am using the following querry,

    (status != 'OBSOLETE') AND itemnum IN ( SELECT itemnum FROM matusetrans WHERE issuetype = 'ISSUE'AND actualdate > SYSDATE - 7AND entered by = 'ABCDE') AND siteid IN ( SELECT defsite FROM maxuser WHERE userid = 'ABCDE' )

    I am getting following error: error message

    I am sure the error is cause by entered by field, can anyone help me on that??

    Continue reading...

Compartilhe esta Página