sql中把String类型转为INTEGER类型

select * from t_order_pay as t  where t.ORDER_ID = "P2112080905260030" and cast(TRADE_AMOUNT as UNSIGNED INTEGER) >0
 

你可能感兴趣的:(数据库,sql,linq,wpf)