Firebird: How to use internal functions
Sometimes the functions exposed by firebird are not enough to satisfy our needs. Luckily we can create our own internal functions. Let's say you want to cast a potential numeric…
Sometimes the functions exposed by firebird are not enough to satisfy our needs. Luckily we can create our own internal functions. Let's say you want to cast a potential numeric…
Typescript allows us to create subsets of existing interfaces. Let's take an example: You have a function that return IUser IUser has many fields among them name and lastName.…