You need to sign in to do that
Don't have an account?
ms-hase-q23ee
以下の処理をSOQLで実装したい。
SOQLのマニュアルを読んでいるのですが、datetime / date型の説明は多いものの肝心の以下の処理の説明が見当たりません。(特に時刻への変換)
どなたか、ご存知の方は教えてください。
SELECT TO_CHAR(SYSDATE, 'YYYY/MM/DD'),
TO_CHAR(SYSDATE, 'HH24:MI:SS' ) FROM DUAL ;
エラーなどを見る限り、SOQLも中身はOracleと思われるのですが、パススルーで実行してくれないでしょうかね・・・?
どなたか、ご存知の方は教えてください。
SELECT TO_CHAR(SYSDATE, 'YYYY/MM/DD'),
TO_CHAR(SYSDATE, 'HH24:MI:SS' ) FROM DUAL ;
エラーなどを見る限り、SOQLも中身はOracleと思われるのですが、パススルーで実行してくれないでしょうかね・・・?
Datetime Methods
http://www.salesforce.com/us/developer/docs/dbcom_apex/Content/apex_methods_system_datetime.htm#apex_System_Datetime_format_2
All Answers
Datetime Methods
http://www.salesforce.com/us/developer/docs/dbcom_apex/Content/apex_methods_system_datetime.htm#apex_System_Datetime_format_2
http://www.salesforce.com/us/developer/docs/officetoolkit/Content/sforce_api_calls_soql_select_dateformats.htm
Time Class
https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_methods_system_time.htm
Time Methods
http://www.salesforce.com/us/developer/docs/dbcom_apex250/Content/apex_methods_system_time.htm