This blog is all about coding.
Solutions to common life SQL problems, presented in a 'user-friendly' way. The focus of this blog is primarily on SQL Server and MySQL, but you can also find topics relative to SQite, PostgreSQL and Oracle.
About
Subscribe to:
Posts (Atom)
Popular Posts
-
SQL Server provides a feature called Table Valued Functions . These are user-defined functions that return a table data type and can be...
-
Lets say we declare and initialize two decimal variables in SQL Server like this: DECLARE @num1 DECIMAL = 1.98 DECLARE @num2 DECIMAL = ...
No comments:
Post a Comment