Not intended as a guide for newbies, more like a "cheat sheet" for the somewhat experienced IRC user, especially one who wields some power over a channel.
/join #channel- Joins the specified channel.
/part #channel- Leaves the specified channel.
| DELETE FROM AccountingTransactionDescriptionProfile; | |
| INSERT INTO AccountingTransactionDescriptionProfile (id_descricao_transacao_contabil, id_perfil) SELECT | |
| id_descricao_transacao_contabil, p.id_perfil | |
| FROM | |
| AccountingTransactionDescriptionMainData | |
| LEFT JOIN ProfileMainData p ON 1 = 1 | |
| WHERE | |
| p.id_perfil IN (62 , 146, 120, 117, 114, 98); | |
| <template> | |
| <h1>Página secreta!</h1> | |
| </template> |