0
DGDiego Gabriel
The code selects all rows from the ORDER_SERVICES table where the number_request_internal column is blank.
0 Comments
select * from order_services os where os.number_request_internal = '';