Posts by Carllos_Dc • 1 point
2 posts
-
0
votes0
answers13
viewsQ: How to make a variable receive all native CSS properties from React
I need a variable to receive all the native css properties of React in it var cssStyle = React.CSSProperties; this my example didn’t work
-
0
votes0
answers17
viewsQ: How do I handle non-existent data in the SQL Server table
For example, I need to bring data from a table in a certain date period into sql considering the data that does not exist in the table. EX: SUM(CampoValor) AS 'VALOR', COUNT(*) AS 'QTD' FROM TABELA…
sql-serverasked Carllos_Dc 1