in reply to Re: uninitialized value in Tk::DBI::Table
in thread uninitialized value in Tk::DBI::Table
select cdate AS 'Creation Date/Time', case when statusType = '1' then 'Debug' when statusType = '2' then 'Info' when statusType = '3' then 'Warning' when statusType = '4' then 'Error' else 'unknown' end as Status, statusValue AS 'Description' from statusmessages order by cdate desc LIMIT 100
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: uninitialized value in Tk::DBI::Table
by TonyDonker (Novice) on Feb 16, 2005 at 15:22 UTC | |
|
Re^3: uninitialized value in Tk::DBI::Table
by zentara (Cardinal) on Feb 16, 2005 at 18:53 UTC | |
by runrig (Abbot) on Feb 16, 2005 at 22:25 UTC | |
by zentara (Cardinal) on Feb 17, 2005 at 13:46 UTC | |
by runrig (Abbot) on Feb 18, 2005 at 01:13 UTC | |
by TonyDonker (Novice) on Feb 18, 2005 at 08:40 UTC | |
|