Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the baskerville domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in G:\PleskVhosts\themenswallets.com\slipmp.com\wp-includes\functions.php on line 6114
SQL Server – Marcos Soares – Slipmp

“Walking on water and developing software from a specification are easy if both are frozen.”

category SQL Server

SQL – Select / Consulta registro de forma randômica de uma tabela.

Existem várias maneiras de selecionar de forma randômica um registro no banco de dados. A sintaxe varia de banco para banco. MySQL: SELECT column FROM table ORDER BY RAND() LIMIT 1 PostgreSQL: SELECT column FROM table ORDER BY RANDOM() LIMIT… Continue Reading →

Tipos de Chaves em um banco de dados

Chaves Substitutas ou Artificiais ou Surrogate Key são: É um campo auto incremento que define a chave primária da tabela. É uma chave númerica que normalmente é auto-incremental. É utilizada para colocar de forma genérica a chave primária de uma… Continue Reading →

Consulta com SQL Server

Eu descobri algo legal fazendo manutenção em uma procedure que envia e-mail aqui na minha empresa. Analise a seguinte Estrutura … SET @corpo = @corpo + ‘</table>’ SET @corpo = @corpo + ‘</br>’ SET @corpo = @corpo + ‘<table width=”900″… Continue Reading →

© 2024 Marcos Soares – Slipmp — Powered by WordPress

Theme by Anders NorenUp ↑