新增文章
文章标题
分类
C#
云星空
K3 BOS
K3 功能
用友
Oracle
python
SQL
MySql
PHP
HTML
script
windows
Access
影视后期
财务
服务
生活
内容
declare @FInterID_Max int exec GetICMaxNum 'ICStockBill',@FInterID_Max output -- ICStockBill.FID 【每次递增 1】 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ -- 递增:数据表 FID declare @FID int select @FID = max(FInterID) from ICStockBill -- FID 最大值 update ICMaxNum set FMaxNum = @FID + 1 where FTableName = 'ICStockBill'
返回
保存