gpt4 book ai didi

sql - 如何将sql中的前缀添加到表sales中的 'invoice_id'列

转载 作者:行者123 更新时间:2023-12-03 09:09:45 25 4
gpt4 key购买 nike

我是 SQL 新手。所以请帮忙......

create table sales (
invoice_id int identity(1,1) primary key NOT NULL ,
productId int foreign key references Product(proId) NOT NULL,
qty int not null,
dateofsale date default getdate())

谢谢

最佳答案

使用 CONCAT 函数或简单的“+”运算符,例如 'YourPrefix' + Invoice_id

关于sql - 如何将sql中的前缀添加到表sales中的 'invoice_id'列,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43511668/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com