Sis srl

Ciarpame {.com}

Useful stuffs for the masses. Useless things for few.

Entries tagged as 'MySql'

October 23rd, 2008

Accorciare e velocizzare le query SQL…si può!

Spesso nello sviluppo di applicazioni, sia web che non, è necessario appoggiarsi ad una base di dati. Una buona progettazione del database è talvolta fondamentale per ottenere buone prestazioni, sia per quanto riguarda la scrittura del codice, sia per quanto riguarda l’applicazione in sè.

→ No CommentsTags: · , , , ,
Categories: Programming · Tricks

June 28th, 2008

true mysql “natural order by” trick

when you develop some kind of web app (or sites containing tabular data too) and you need to order “naturally” mysql results, problems starts to come out! googling a lot I’ve found a simple trick that I’m here to share.

go to: Drupal ViewVC site
point to / contributions / modules / natsort / natsort.install.mysql.
download the latest [...]

→ 2 CommentsTags: · , ,
Categories: Programming · Tricks