Posts by Leonardo Silva • 11 points
2 posts
-
1
votes1
answer1067
viewsQ: Is it possible to use custom email subdomain?
I will try to illustrate the situation as clearly as possible. I have a domain name of a company, ex: empresa.com.br. This domain is used for websites, email, etc. Okay, now comes the doubt. You can…
-
0
votes1
answer6140
viewsQ: Create new table from another in sql server
I’m doing this query: CREATE TABLE nova_tabela AS SELECT * FROM tabela_copiada; I’m getting the following error: Incorrect syntax near the keyword 'SELECT' Already researched the syntax seems to me…