Font
Board
-- This Board
--- This Thread
use strict; use warnings;
Startseite
Forum
Blog
Wiki
+
FAQ
/
IRC
Guestbook
Start
·
Board
·
Anwendungen/Programme/Skripte in Perl
·
Datenbanken und Verzeichnisdienste
2025-01-20 22:33:34
Europe/Berlin
Login
(
Register
)
Preferences
Statistics
Jemand zu Hause?
0 users online
1 guest
Start
Last 24h
/
7 days
Statistics
search
Verhaltensrichtlinien
[thread]10868[/thread]
SQL::Abstract und SQL_CALC_FOUND_ROWS
2 entries, 1 page
Froschpopo
2007-11-22 19:45
User since
2003-08-15
2653 articles
BenutzerIn
Huhu
wie bekomme ich SQL_CALC_FOUND_ROWS in einen SQL::Abstract::select() hinein?
renee
2007-11-23 10:39
User since
2003-08-04
14371 articles
ModeratorIn
Code (perl): (
dl
)
$sql
->
select
(
'tabelle'
,
[
'SQL_CALC_FOUND_ROWS()'
],\
%where
,
\
@order
);
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/
2 entries, 1 page
View
all threads created
2007-11-22 19:45
.