This topic is locked

Columns that are calculated come up blank.

1/27/2005 6:26:34 PM
PHPRunner General questions
author

Hello,
Tables created with any type of calculation such as my example below, always show blank columns and entries for the related fields. What am I doing wrong?
Example:
select `rate`*`time` as Total

From `time`
TIA