Posts by Fellipe J. de Sousa • 122 points
9 posts
-
0
votes0
answers233
viewsQ: Postgres Pl syntax (syntax error at or near "integer")
I’m having trouble making a Pl in Postgres, I don’t know where I’m going wrong, can help me... THE TENACIOUS: do $$ declare id_cir integer; begin -- ERROR: syntax error at or near "integer" (SELECT…
-
1
votes2
answers102
viewsA: SQL - Use of Distinct
RESOLVED: select * from ( select distinct case when usudesc.txt_nome is null then 0 else 1 end as MeusPortais, case when nopo.id_noticia is null then 0 else 1 end as PotalSelecionado,…
-
0
votes2
answers102
viewsQ: SQL - Use of Distinct
Friends need a Select that loads: (all portals linked to a user and an additional column informing which portals were selected in a given news) So far my SQL is like this...: select distinct case…
-
2
votes1
answer2677
viewsA: Pass values to the Bootstrap modal
Good morning. I did it this way: At the click on the change image I give a Submit on the same page and check if in the load the element "Alteraimagem" is not empty. Then I give a show in the modal.…
-
2
votes3
answers124
viewsQ: Loop
How do I insert a "," among the items in While and in the last item I put a "e" one more ".". Remembering that my array will load according to the data in the database. I need it written like this:…
phpasked Fellipe J. de Sousa 122 -
0
votes1
answer277
viewsQ: While - Returns only one record
Why my WHILE is displaying only one record (are two records!) $resultnome = mysql_query(" select DIVU.DIVU_NM_DIVULGACAO, DIVU.DIVU_DS_LOGRADOURO, DIVU.DIVU_DS_NUMERO, DIVU.DIVU_DS_TELEFONES,…
phpasked Fellipe J. de Sousa 122 -
0
votes1
answer868
viewsA: Modal Window and Data Manipulation
There are several ways to do this... I will expose a. Let’s imagine the buttons (Residential End) and (Commercial End.) The one-click user (Residential End) then opens a modal with a form inside it…
-
0
votes2
answers1489
viewsA: Asp Classic - Keep option select apos post on page
Good morning. A suggestion would be to create a label just take its value in postback and treat the combobox by Jquery... This a tip can be improved. <div id="mydiv" class="0"> <select…
-
5
votes2
answers154
viewsQ: Return a function
I created a function teste() which must be completed with the While and return the data. Why when I call my function teste() within the function PageLoad_Arquivo() it does not carry? function…