Posts by Martins Isata • 1 point
2 posts
-
0
votes1
answer105
viewsA: I’m having trouble showing my Manytomany field models on the Django template
Good, the attribute treinamento_habilitado returns an Object that can return more than one hbility, so you have to do a for Check this object and get all values returned with the all. Quick fix:…
-
0
votes1
answer264
viewsQ: Delete older duplicate data on MS SQL server
I’m having a problem with a table that has duplicate data. Duplicate data is identified through an ID, where each row has the identifier and a date, how can I erase all data with more than 1 record…