Nestor Rojas wrote:
 
> hello list friends, i will want know like is defined a field datetime  
 
A column storing date and time together has to be defined
with the datatype   TIMESTAMP    (in internal sqlmode) resp.
DATE  (in Oracle sqlmode), which will be the same as the
internal TIMESTAMP-format.
.
See the chapter date_and_time_format for the different
in/output-formats of that datatype and keep in mind that SQLStudio
uses format ISO.
 
Elke
SAP Labs Berlin

Reply via email to