摘要:
MSSqlserver:1. Convert string to datetimecast('2015-08-26' as datetime) or convert(datetime,'2015-08-26')2. Convert string to datetimeOracle:1. Conver... 阅读全文
摘要:
--run .sh job commandsh .sh --let job run behind stagenohup ./.sh& --met error as below when rub .sh joberror 'XX.sh: line XX: sqlplus:command not fou 阅读全文
摘要:
SELECT TABLE_NAME,COLUMN_NAME,DATA_TYPE,DATA_LENGTH,NULLABLE FROM USER_TAB_COLS where TABLE_NAME like 'SMS_EXTERNALSYSSMSREQUEST'order by TABLE_NAME 阅读全文
摘要:
Imports OASIS.BusinessLogicLayerPublic Class Rpt_MioTVOrders_TeamLeader_FTA1 Inherits System.Web.UI.Page .... Dim _dealer As String = "" Dim _nric As... 阅读全文