Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Currently, scalar UDF containing non-deterministic functions (such as GETDATE) can't be used in combination in a query with a user table.
e.g. create dbo.udf () returns datetime2 as begin return getdate() end
this query would fail:
select col1, dbo.udf() as udf_output
from usertable1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.