Top "Built-in" questions

Built-in functions, modules and classes are standard parts of a programming language or framework.

Extending Math object through prototype doesn't work

I try to extend JavaScript Math. But one thing surprised me. When I tried to extend it by prototype Math.…

javascript math prototype built-in
Subclass builtin List

I want to subclass the list type and have slicing return an object of the descendant type, however it is …

python list subclass built-in
nvl is not a recognized built-in function name

I am executing below query on SQL Server but getting error: SELECT DISTINCT t1.p_id "Id", (TO_CHAR("sysdate", …

sql-server function built-in isnull nvl