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
stmtDeliveryBGSelectOldestNewOrder = dbConn.prepareStatement(
"SELECT no_o_id FROM bmsql_new_order WHERE no_o_id in " +
"( " +
" SELECT no_o_id FROM bmsql_new_order " +
" WHERE no_w_id = ? AND no_d_id = ? " +
" ORDER BY no_o_id ASC " +
" FETCH FIRST 1 ROWS ONLY" +
") ");
//"SELECT no_o_id " +//" FROM bmsql_new_order " +//" WHERE no_w_id = ? AND no_d_id = ? " +//" ORDER BY no_o_id ASC" +//" FETCH FIRST 1 ROWS ONLY" +//" FOR UPDATE");
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: