Posts by Bruno Queiroz • 35 points
3 posts
-
0
votes1
answer2310
viewsQ: Update data automatically without refreshing the page
Maybe this doubt is quite "beast", but I’ve tried several ways and I’m not succeeding. I have a page that counts a quantity of products, but I need the data presented through the query that is on…
-
1
votes2
answers7653
viewsA: How to put a video to open in fullscreen automatically in an HTML page?
You can change the style of the video: <video id=video autobuffer autoplay="true"> <source src="media_v/video.mp4"> <object type="video/mp4" data="media_v/video.mp4" min-width: 100%…
-
2
votes2
answers711
viewsQ: INNER JOIN + LEFT JOIN
I’m trying to make a query where the data lies in 4 tables: TAFCBHISTPED = NUPED, DTEMIS TAFGRPROD = CDGRPR, DSGRPR TAFPROD = CDPROD, CDGRPR TAFITHISTPED = NUPED, CDPROD, QTPED My query stayed that…