can not make a select with the desired values in SQL Server

后端 未结 0 1565
别跟我提以往
别跟我提以往 2021-02-19 02:34
 //the table 
     create table dbo.factura
    (
     customer_code varchar(20),
     invoice_number char(4),
     line_number char(2), 
     data date
     );
    
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题