In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
Scene
Oracle comes with database query tools.
Check which tables are in the database
Select * from tab
Query table structure
Desc pas_alarm_info
Formatting fields of type date, string output
Select to_char (alarm_time, 'yyyy-mm-dd hh34:mi:ss') from pas_alarm_info
To_char (alarm_time
2019-09-06 12:12:12
By default, it appears as follows:
Select alarm_time from pas_alarm_info
Alarm_time
06-September-19
Date string insertion, need to be converted
Insert into tabname (datecol) value (to_date ('2014-02-14 20 value 47 to_date))
Execute script
@ C:test\ mysql.sql
Be careful
SQL Plus additions, deletions and modifications enable transactions by default, so if you do not execute the commit instruction, you will still keep it in memory and do not really write to the library
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.