Substring change in MySQL

Substring change in MySQL

When you need a substring change into a table in MySQL Database. It means you need to change part of the field content, usually a URL when the website is moved on a different domain.
SQL nella storia

SQL nella storia

Un pò di storia L'SQL nasce nel 1974 nei laboratori IBM. Nasce come strumento per lavorare con i database relazionali.…
SQL injection, come evitarle

SQL injection, come evitarle

Uno dei principali problemi che ci troviamo ad affrontare durante lo sviluppo di nuovi progetti, è legato alla consultazione non…
SQL – informazioni base

SQL – informazioni base

COS'E' SQL SQL è un linguaggio standard per accedere e modificare database. La sigla sta per "Structured Query Language" ed…