Posts by Igor Castilho • 13 points
2 posts
-
0
votes2
answers322
viewsQ: Insert a Count(*) value into a variable in Postgresql
I am migrating from Mysql to Postgresql and trying to create the following Trigger: CREATE OR REPLACE FUNCTION verificaReservaQuarto() RETURNS trigger AS $$ begin declare ocupado int; declare…
-
-2
votes1
answer131
viewsQ: Pdoexception error
Hello, I’m having difficulties in hosting a php system, initially I developed with xampp (localhost), however, when host is not making the Mysql connection for what I understood.. Error: Exception…