Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Factorial
declare @n int = 20; with cte as (select 1 as n union all select n + 1 from cte) select n, right(space(25) + format(round(exp(sum(log(n)) over (order by n)), 0), 'N0', 'ru-RU'), 25) as fact from (select top(@n) n from cte) t;
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Count by days
My notes
forming date as nvarchar
SQL left join
SQL basics(Data Definition Language)
№3
28-02 3
FIGURA5.1
IOU
Query Anisa YP
Please log in to post a comment.