Thread SQL Optimierung (3 answers)
Opened by Gast at 2004-08-04 12:29

renee
 2004-08-04 13:17
#32499 #32499
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Die Spaltenbezeichnungen musst Du auf Deine anpassen...

ungetested:
Code: (dl )
SELECT * FROM table WHERE abt LIKE 'PT%' AND status != 'FR' AND HAVING index_col = max(index_col);
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread SQL Optimierung