zhougaole opened a new issue, #14342:
URL: https://github.com/apache/shardingsphere/issues/14342

   For example:
   SELECT 
       A.VOUCHERLISTID, 
       A.VOUCHERID, 
       A.MATERIALCODE, 
       A.UNITCODE, 
       A.UNITNAME, 
       A.MATERIALNAME, 
       A.EXTTXT, 
       A.NUM, 
       A.PRICE,
       A.PROVIDERID, 
       A.PROVIDERNAME, 
       A.REMARK, 
       A.BIZID, 
       A.BIZLISTID, 
       (A.PRICE*A.NUM) MONEY , 
       A.STOCKID,
       a.seriescodeid, 
       a.sheetlistid, 
       a.degree, 
       a.mssserialno, 
       a.brandname, 
       a.model, 
       a.terminal, 
       a.terminallist,
       A.SCMRETURNSTATUS, 
       a.prdha, 
       a.prdhaname, 
       a.storehouseid, 
       a.storehousename, 
       a.houseareaname, 
       a.houseareaid,
       a.itemid, 
       a.supplierid, 
       a.suppliername, 
       a.itemname,
       a.storelocalid, 
       a.storelocalname, 
       a.stocklistid,
       a.bktype, 
       a.zddlsh, 
       a.listRelationid, 
       a.outwarehouseid, 
       a.ACCOUNTTYPE, 
       a.OWNERTYPE
   FROM 
       test A
   
   Only the (A.PRICE*A.NUM) MONEY field can be parsed, and the following fields 
will not be parsed
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to