Posts by Geovane Araujo • 11 points
2 posts
-
0
votes1
answer23
viewsA: Update a given table field - SSMS V18
In case an easy way for you to do this is by creating a cursor kind of: declare seuCursor cursor local for --select atr1,atr2... from suatabela declare --@variaveis que for utilizar @atr1…
-
1
votes3
answers2145
viewsA: Vuejs: Is it possible to use a condition to enable a @click?
The easiest way to do this is by using the directive v-bind. Example: <v-bind:disabled="(form.nome == '')">
vue.jsanswered Geovane Araujo 11