Posts by João Pedro Fernandes • 13 points
3 posts
-
0
votes2
answers88
viewsA: Query in SQL SERVER 2017
The code worked with Sorack’s guidance. The code went like this: select c.cha_codigo [Codigo do chamado], c.cha_dtabertura as [Data Abertura], Convert(varchar(5000),i.int_descricao) as [Interação],…
-
1
votes2
answers88
viewsQ: Query in SQL SERVER 2017
I need to perform a query in SQL Server 2017, where I need to bring the following information: Codigo do chamado, Data Abertura, Interação, Analista, UltimaInteração(would be the date of the last…
-
0
votes1
answer682
viewsQ: Login 2.0 Django, authentication
I’m trying to make a login page, but I’m having some difficulties. For some reason that I can’t understand, every time I type the user and the password, whether right or not, gives the answer that…