Posts by Guilherme Nicaretta • 15 points
2 posts
-
0
votes1
answer73
viewsQ: Problem with subquery
Good night, I need to bring the full subquery result: (select (valor * 0.05) from tbl_exames) as 'Valor dos Exames', In a delimiter: delimiter // create procedure comissao(idmedico int) begin select…
-
1
votes1
answer33
viewsQ: Problem in select
How to solve this? create table tbl_prescricao( id_prescricao int not null primary key auto_increment, tipo_prescricao varchar(250) not null, valor_prescricao decimal(10,2) ); create table…
mysqlasked Guilherme Nicaretta 15