Posts by Paulo Vitor • 15 points
4 posts
- 
		0 votes1 answer152 viewsA: Postgresql result filtering from lower one column valueI got it from DISTINCT ON. In Select first Row in each GROUP BY group? , I saw a solution to this. I can sort by [time] and [dif_abs] and extract the first distinct line by id (which is not in the… 
- 
		0 votes1 answer152 viewsQ: Postgresql result filtering from lower one column valueIt is a matter of logic and knowledge of Postgresql resources. I have the following result of a query: I need to do a filtering, grouping by [hour] so that only the nearest [real time] remains and,… 
- 
		1 votes2 answers977 viewsQ: Table body with overflow:scroll misaligned relative to header (HTML/CSS)I have an alignment problem in a table where I needed to apply a scroll bar in the body, leaving the header fixed. It happens that the body cells are misaligned in relation to those of the header.… 
- 
		0 votes1 answer542 viewsQ: Check dynamically created checkboxGood afternoon. I need to check if a dynamically created checkbox (is inside a modal) is marked. As it was created dynamically, I thought of the following code: $(document).ready(function () {…