📜  WS Fatture controllo - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:51.959000             🧑  作者: Mango

代码示例1
select * from outgoing_invoice 
  where is_transmitted = 0 
    and received_from_client_at > '2019-05-01'
  order by received_from_client_at