الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

الوقت

Featured Replies

بتاريخ:

عندى مشكله فى الفورمات بتاعة الوقت
هل هناك فى الجدول create table t1
a time
their is no type in table named time
as iwant to write time as hh:mi:ss in the table
09:30:09
how can i write this format in atable


as if when i open alov then atime write as char
then it write as
93009
that is the problem

بتاريخ:

time1 column must be define as datetime..
then
lets say you want to insert table try this ..

insert into table_test (time1) values to_date(to_char('2000/12/23 00:00:00','yyyy/mm/dd hh24:mi:ss'));

and good luck..
وكل عام والجميع بخير ..

بتاريخ:
  • كاتب الموضوع

ياجماعه انا لا اريد اظهار التاريخ

بتاريخ:
  • كاتب الموضوع

لا يوجد datetime in tables

بتاريخ:

فعلا لايوجد datetime في انشاء الجداول ولكن يوجد datetime في الفورم بلدر

بتاريخ:

ممكن تخلى ال
data type varchar2

بتاريخ:

مرحبا
make sure that the field is of type date, because date contains both date and time.
When you insert data into the field insert it as complete date datetype
for example

Insert into table2 values (sysdate);

now sysdate is saved in table as both date and time.
I do not care that it contains both data and time, because when i write my query, i can show the time component only

SQL> select to_char(sysdate,'hh:mi:ss') my_time from dual;

MY_TIME
--------
11:32:33

SQL> select to_char(sysdate, 'Day - hh24') xx from dual;

XX
--------------
Wednesday - 23

So as you can see, i can control how to display the time information by extracting only the intersting part our of the entire date format

Ammar Sajdi
Oracle Consultant, CEO
REALSOFT/PALCO www.e-ammar.com
www.palco-me.com
www.realsoft-me.com
لا بد ان ياتينا عيد على شواطئ غزة
وتصهل فية ماذن القدس
ويشمخ البحر في يافا بالعيـــد وعوادة
وكل عام واتتم بخير

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.