[
Lists Home |
Date Index |
Thread Index
]
- From: KenNorth <KenNorth@email.msn.com>
- To: xml-dev@lists.xml.org
- Date: Sun, 27 Aug 2000 21:39:29 -0700
<< an SQL example, if I ask
select employee_name, employee_age from employee
I don't have to know the data type >>
That's because a CREATE TABLE statement defined the types for employee_name
and employee_age. You are implicitly using those types unless you cast the
results to another type.
|