我有一项类似于以下(伪)的金融交易:
begin
select record for update
update record(same record as selected)
insert another record into another table
commit
如果我在事务中调用SELECT ... FOR UPDATE,那么只有当事务提交时,才会释放特定行的锁吗?
我尝试在datetime中使用day函数,如下所示
day(dateserial, 'dayofyear')
取而代之的是,金融包中的函数day被称为giving me day of month,因为有一个具有类似签名的day函数。
我在文档中找不到如何区分相同的函数名。我在互联网上发现建议我应该从路径中删除包,但这是荒谬的,因为这些是标准的MATLAB包。
示例:
day(now,'dayofyear')
Warning: Unless the first input argument is a date character vector, all subs