Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

2011-10-11 string conversion format

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Http://www.itpub.net/thread-1499223-3-1.html

24th floor

Which of the following options will display the following results after execution?

1*October*2011*12*01*01

(A)

BEGIN DBMS_OUTPUT.put_line (TO_CHAR (TO_DATE ('01-10-2011 12 TO_CHAR 01', 'dd-mm-yyyy hh34:mi:ss'),' fmDD Month yyyy fxhh34 mi ss'),'','*')); END;/1*10 month * 2011 / 12 / 01 / 2011

(B)

BEGIN DBMS_OUTPUT.put_line (TO_CHAR (TO_DATE ('01-10-2011 12 TO_CHAR 01', 'dd-mm-yyyy hh34:mi:ss'),' fxDD Month yyyy fmhh34 mi ss'),'','*')); END;/01*10 month * 2011 / 12 / 01 / 2011

(C)

BEGIN DBMS_OUTPUT.put_line (REPLACE (TO_CHAR (TO_DATE ('01-10-2011 12 TO_CHAR 01TO_CHAR, 'dd-mm-yyyy hh34:mi:ss'),' fxDD Month yyyy fxhh34 mi ss'),'','*')); END;/01*10 month * 2011 / 12 / 01 / 01

(D)

BEGIN DBMS_OUTPUT.put_line (REPLACE (TO_CHAR (TO_DATE ('01-10-2011 12 TO_CHAR 01TO_CHAR, 'dd-mm-yyyy hh34:mi:ss'),' fmDD Month yyyy fmhh34 mi ss'),'','*')); END;/1*10 month * 2011 / 12 / 01 / 01

Answer D

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.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report