Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations GregLocock on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. garikke

    Variables

    What is wrong here? DECLARE s_id VARCHAR2(32); s_id =(select store_id from store where key_store_seqid = '&&storeNumber'); BEGIN select txorder_id, from txorder where order_number = '&&orderNumber' and store_id = '$s_id'; END; /

Part and Inventory Search