Posts by Gustavo Freire • 23 points
2 posts
-
1
votes1
answer32
viewsQ: Mysql to SQL Sever
What would the following code look like MySQL in SQL Server 2008: desc `TABLE 2`; alter table `TABLE 2` add column `COLL 44` varchar(20) DEFAULT NULL; alter table `TABLE 2` add column `COLL 45`…
-
1
votes1
answer43
viewsQ: Compare tables and add result to row
I have two tables Table 1 N3_FILIAL | N3_CBASE | N3_ITEM | N3_CCDEPR 0N3_FILIAL | N3_CBASE | N3_ITEM | N3_CCONTAB | N3_CUSTBEM | N3_VORIG1 | N3_TXDEPR1 | N3_VRDACM1 0001 BENF000001 0001 12301020014…