Posts by Clayton Fellipe • 5 points
3 posts
-
0
votes2
answers220
viewsQ: Search Dates with Difference Defined in SQL Server
How to perform a query in MICROSOFT SQL SERVER that before a defined number of days returns only the dates that meet this existing difference. for example In a table have the following registered…
-
0
votes1
answer229
viewsQ: Range defined by SQL user
In sql there is some way to define the range of a query according to the user’s past ? Example Number of days the user enters for 7, and set as registration date day 07/01/2018, the bank return the…
-
0
votes2
answers780
viewsA: Start with an already selected <f:selectItem
Have you tried using the attribute noSelectionOption? Example: <p:selectManyMenu id="basic" value="#{selectManyView.selectedOptions}"> <f:selectItem itemLabel="Option 1" itemValue="1"…