User:Angoca: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{mylangbegin}}
{{mylang|Bash|Active}}
{{mylang|Expect|Novice}}
{{mylang|Java|Active}}
{{mylang|SQL PL|Active}}
{{mylangend}}

AngocA is Andres Gomez Casanova. He is a Db2 DBA for several years, and have been recognized as IBM Champion for Data Analytics in 2015, 2016, 2017 and 2018.
AngocA is Andres Gomez Casanova. He is a Db2 DBA for several years, and have been recognized as IBM Champion for Data Analytics in 2015, 2016, 2017 and 2018.


He has developed the following tools for IBM Db2 as OpenSource:
He has developed the following tools for IBM Db2 as OpenSource:


* [https://github.com/angoca/db2unit db2unit] - A testing framework for IBM DB2 SQL PL. https://angoca.github.io/db2unit/
* [https://github.com/angoca/db2unit db2unit] - A testing framework for IBM DB2 SQL PL. https://angoca.github.io/db2unit/
* [https://github.com/angoca/log4db2 log4db2] - A logging framework like log4j for IBM DB2 SQL PL.
* [https://github.com/angoca/log4db2 log4db2] - A logging framework like log4j for IBM DB2 SQL PL. https://angoca.github.io/log4db2/


He regularly writes articles about Db2 in his blog in Spanish:
He regularly writes articles about Db2 in his blog in Spanish:


* http://angocadb2.blogspot.com.co
* http://angocadb2.blogspot.com.co


You can reach him at:
You can reach him at:


* Twitter [https://twitter.com/angoca @angoca]
* Twitter [https://twitter.com/angoca @angoca]

I am writing the documentation about Db2's SQL and Db2's SQL PL. Some documentation is for Db2 in general terms, and other things are specific when using only SQL or only SQL PL. Why making a difference between Db2's SQL and ANSI SQL? Because IBM's implementation of SQL could be very different, and sometimes, Db2's SQL includes more things. Then I am going to explain things in only SQL and with SQL PL when possible. Some examples are only for SQL, others only for SQL PL, and some are the same for both.

Latest revision as of 01:25, 23 April 2018

My Favorite Languages
Language Proficiency
Bash Active
Expect Novice
Java Active
SQL PL Active

AngocA is Andres Gomez Casanova. He is a Db2 DBA for several years, and have been recognized as IBM Champion for Data Analytics in 2015, 2016, 2017 and 2018.

He has developed the following tools for IBM Db2 as OpenSource:

He regularly writes articles about Db2 in his blog in Spanish:

You can reach him at:

I am writing the documentation about Db2's SQL and Db2's SQL PL. Some documentation is for Db2 in general terms, and other things are specific when using only SQL or only SQL PL. Why making a difference between Db2's SQL and ANSI SQL? Because IBM's implementation of SQL could be very different, and sometimes, Db2's SQL includes more things. Then I am going to explain things in only SQL and with SQL PL when possible. Some examples are only for SQL, others only for SQL PL, and some are the same for both.