Posts by Marciano Lazari • 69 points
4 posts
-
1
votes2
answers104
viewsA: Training ORACLE PL/SQL
I was with a similar problem, on the Oracle website you find the Oracle Database Express Edition 11G 317MB, super light and runs very well!
-
1
votes1
answer88
viewsQ: Oracle SQL Function
How do I perform the function that returns the number of credits for a given course by blocking the code? As the example at the end. TB_DISCIPLINA COD_DISCI DESCRICAO CREDITOS TB_CURSO_COD_CURSO…
-
3
votes1
answer2143
viewsQ: Update - Firebird with Inner Join
I need to perform an Update on multiple records at the same time, I’m trying to optimize the process! SELECT tei.id_identificador, tes.uni_medida, tep.qtd_atual FROM tb_estoque tes INNER JOIN…
-
1
votes1
answer156
viewsQ: BD creation with Mysql - Mariadb - Workbench
I’m trying to create a BD as Diagram done in Workbench but returns the error below: ERROR 1064 (42000) at line 45: You have an error in your SQL syntax; check the manual that corresponds to your…