Using the attribute expiration with sql module
Hi, I need to use the attribute Expiration in the SQL tables. It is working fine on this way: +---------+---------------+----+-------------+----+ |username | attribute | op | value | id | +---------+---------------+----+-------------+----+ |daniel | User-Password | == | daniel | 1 | |daniel | Expiration | == | 08 Aug 2007 | 2 | +---------+---------------+----+-------------+----+ But I want to put the attribute Expiration in the same line of the attribute User-Password. Is that possible? How I can do it? Thank's -- Daniel Bojczuk
Daniel Bojczuk wrote:
Hi,
I need to use the attribute Expiration in the SQL tables. It is working fine on this way:
+---------+---------------+----+-------------+----+ |username | attribute | op | value | id | +---------+---------------+----+-------------+----+ |daniel | User-Password | == | daniel | 1 | |daniel | Expiration | == | 08 Aug 2007 | 2 | +---------+---------------+----+-------------+----+
But I want to put the attribute Expiration in the same line of the attribute User-Password.
Huh? What do you mean by that? It's SQL, there are no "lines". Alan DeKok.
participants (2)
-
Alan DeKok -
Daniel Bojczuk