Posts by wcj • 1 point
2 posts
-
0
votes2
answers102
viewsA: SQL - Use of Distinct
select porti.id_portal, nopo.id_noticia, porti.txt_apelido, usudesc.txt_usuario, noti.txt_titulo from tb_portal porti left join tb_noticiasportais nopo on nopo.id_portal =…
-
-1
votes4
answers6560
viewsA: Telephone and CPF masks in Textfield
When using Jquery for classes start with dot $(.tel_celular).mask("(99) 99999-9999"); When returning according to id, use # $(#tel_celular).mask("(99) 99999-9999"); In this case, the class was…