Results 1 to 2 of 2

Thread: SQL query

  1. #1
    Join Date
    Jul 2008
    Posts
    1

    SQL query

    delete FROM C_SPP_TSG_ERROR_MSG ste WHERE ste.spptsgorderstatusid IN ( DELETE tos.spptsgorderstatusid FROM C_SPP_TSG_ORDER_STATUS tos WHERE tos.spptsgordernotifyid IN ( DELETE ton.spptsgordernotifyid FROM C_SPP_TSG_ORDER_NOTIFY ton WHERE ton.servicerequestid = InServiceRequestID)) ;

    Can i write a query like this?

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    On which db system?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •