Oracle
文章平均质量分 54
Oracle数据库,基础操作
yuanlnet
走过且义无反顾,乔木之处皆是生活;路过且不再回首,挥汗所在仍需苟且。
展开
-
Oracle/PLSQL: Creating Functions
In Oracle, you can create your own functions.原创 2022-07-08 18:50:50 · 158 阅读 · 0 评论 -
Oracle/PLSQL: SQLERRM Function
The SQLERRM function returns the error message associated with the most recently raised error exception.原创 2022-07-08 18:49:52 · 272 阅读 · 0 评论 -
Oracle/PLSQL: SQLCODE Function
The SQLCODE function returns the error number associated with the most recently raised error exception.原创 2022-07-08 18:49:12 · 216 阅读 · 0 评论 -
Oracle/PLSQL: To_Char Function
In Oracle/PLSQL, the to_char function converts a number or date to a string.原创 2022-07-08 18:48:07 · 214 阅读 · 0 评论 -
Oracle/PLSQL: SysTimestamp function
In Oracle/PLSQL, the systimestamp function returns the current system date and time (including fractional seconds and time zone) on your local database.原创 2022-07-08 18:47:23 · 225 阅读 · 0 评论 -
Oracle/PLSQL: Tz_Offset Function
In Oracle/PLSQL, the tz_offset function returns the time zone offset of a value.原创 2022-07-08 18:46:44 · 228 阅读 · 0 评论 -
Oracle/PLSQL: Trunc Function (with dates)
In Oracle/PLSQL, the trunc function returns a date truncated to a specific unit of measure.原创 2022-07-08 18:46:08 · 153 阅读 · 0 评论 -
Oracle/PLSQL: Sysdate function
In Oracle/PLSQL, the sysdate function returns the current system date and time on your local database.原创 2022-07-08 18:45:26 · 191 阅读 · 0 评论 -
Oracle/PLSQL: SessionTimeZone Function
In Oracle/PLSQL, the sessiontimezone function returns the current session's time zone as a time zone offset (in the following format: '[+|-]TZH:TZM') or a time zone region name.原创 2022-07-08 18:44:39 · 218 阅读 · 0 评论 -
Oracle/PLSQL: Round Function (with dates)
In Oracle/PLSQL, the round function returns a date rounded to a specific unit of measure.原创 2022-07-08 18:43:47 · 220 阅读 · 0 评论 -
Oracle/PLSQL: Next_Day Function
In Oracle/PLSQL, the next_day function returns the first weekday that is greater than a date.原创 2022-07-07 14:55:15 · 100 阅读 · 0 评论 -
Oracle/PLSQL: New_Time Function
In Oracle/PLSQL, the new_time function returns a date in time zone1 to a date in time zone2.原创 2022-07-07 14:54:32 · 122 阅读 · 0 评论 -
Oracle/PLSQL: Months_Between Function
In Oracle/PLSQL, the months_between function returns the number of months between date1 and date2.原创 2022-07-07 14:53:57 · 290 阅读 · 0 评论 -
Oracle/PLSQL: LocalTimestamp function
In Oracle/PLSQL, the localtimestamp function returns the current date and time in the time zone of the current SQL session as set by the ALTER SESSION command. It returns a TIMESTAMP value.原创 2022-07-07 14:50:33 · 130 阅读 · 0 评论 -
Oracle/PLSQL: Last_Day Function
In Oracle/PLSQL, the last_day function returns the last day of the month based on a date value.原创 2022-07-07 14:49:24 · 136 阅读 · 0 评论 -
Oracle/PLSQL: From_Tz function
In Oracle/PLSQL, the from_tz function converts a TIMESTAMP value (given a TIME ZONE) to a TIMESTAMP WITH TIME ZONE value.原创 2022-07-07 14:48:30 · 139 阅读 · 0 评论 -
Oracle/PLSQL: DbTimeZone Function
In Oracle/PLSQL, the dbtimezone function returns the database time zone as a time zone offset (in the following format: '[+|-]TZH:TZM') or a time zone region name.原创 2022-07-07 14:34:03 · 150 阅读 · 0 评论 -
Oracle/PLSQL: Current_Timestamp function
In Oracle/PLSQL, the current_timestamp function returns the current date and time in the time zone of the current SQL session as set by the ALTER SESSION command. It returns a TIMESTAMP WITH TIME ZONE value.原创 2022-07-07 14:29:40 · 225 阅读 · 0 评论 -
Oracle/PLSQL: Current_Date function
In Oracle/PLSQL, the current_date function returns the current date in the time zone of the current SQL session as set by the ALTER SESSION command.S原创 2022-07-07 14:28:37 · 102 阅读 · 0 评论 -
Oracle/PLSQL: Add_Months Function
In Oracle/PLSQL, the add_months function returns a date plus n months.原创 2022-07-07 14:27:48 · 144 阅读 · 0 评论 -
Oracle/PLSQL: Variance Function
In Oracle/PLSQL, the variance function returns the variance of a set of numbers.原创 2022-07-07 14:27:06 · 92 阅读 · 0 评论 -
Oracle/PLSQL: Var_samp Function
In Oracle/PLSQL, the var_samp function returns the sample variance of a set of numbers.原创 2022-07-07 14:26:23 · 95 阅读 · 0 评论 -
Oracle/PLSQL: Var_pop Function
In Oracle/PLSQL, the var_pop function returns the population variance of a set of numbers.原创 2022-07-07 14:17:40 · 155 阅读 · 0 评论 -
Oracle/PLSQL: Trunc Function (with numbers)
In Oracle/PLSQL, the trunc function returns a number truncated to a certain number of decimal places.原创 2022-07-07 14:15:00 · 73 阅读 · 0 评论 -
Oracle/PLSQL: Tanh Function
In Oracle/PLSQL, the tanh function returns the hyperbolic tangent of n.原创 2022-07-07 14:12:20 · 84 阅读 · 0 评论 -
Oracle/PLSQL: Tan Function
In Oracle/PLSQL, the tan function returns the tangent of n.原创 2022-07-07 14:11:35 · 55 阅读 · 0 评论 -
SQL: SUM Function
The SQL SUM function returns the summed value of an expression.原创 2022-07-07 14:10:52 · 114 阅读 · 0 评论 -
Oracle/PLSQL: StdDev Function
In Oracle/PLSQL, the stddev function returns the standard deviation of a set of numbers.The stddev function can be used two ways - as an Aggregate function or as an Analytic function.原创 2022-07-07 14:09:35 · 181 阅读 · 0 评论 -
Oracle/PLSQL: Sqrt Function
In Oracle/PLSQL, the sqrt function returns the square root of n.原创 2022-07-07 13:21:36 · 206 阅读 · 0 评论 -
Oracle/PLSQL: RawToHex Function
In Oracle/PLSQL, the rawtohex function converts a raw value into a hexadecimal value. One of our viewers says that this function comes in handy to move a varchar value to a blob field.原创 2022-07-07 13:20:25 · 373 阅读 · 0 评论 -
Oracle/PLSQL: Sinh Function
In Oracle/PLSQL, the sinh function returns the hyperbolic sine of n.原创 2022-07-05 16:08:47 · 125 阅读 · 0 评论 -
Oracle/PLSQL: Sin Function
In Oracle/PLSQL, the sin function returns the sine of n.原创 2022-07-05 16:08:10 · 150 阅读 · 0 评论 -
Oracle/PLSQL: Sign Function
In Oracle/PLSQL, the sign function returns a value indicating the sign of a number.原创 2022-07-05 16:07:20 · 146 阅读 · 0 评论 -
Oracle/PLSQL: Round Function (with numbers)
In Oracle/PLSQL, the round function returns a number rounded to a certain number of decimal places.原创 2022-07-05 16:06:37 · 134 阅读 · 0 评论 -
Oracle/PLSQL: Remainder Function
In Oracle/PLSQL, the remainder function returns the remainder of m divided by n.原创 2022-07-05 16:04:19 · 191 阅读 · 0 评论 -
Oracle/PLSQL: Rank Function
In Oracle/PLSQL, the rank function returns the rank of a value in a group of values. It is very similar to the dense_rank function.原创 2022-07-05 16:00:28 · 259 阅读 · 0 评论 -
Oracle/PLSQL: Power Function
In Oracle/PLSQL, the power function returns m raised to the nth power.原创 2022-07-05 15:56:48 · 109 阅读 · 0 评论 -
Oracle/PLSQL: Mod Function
In Oracle/PLSQL, the mod function returns the remainder of m divided by n.原创 2022-07-05 15:55:40 · 175 阅读 · 0 评论 -
Oracle/PLSQL: Median Function
In Oracle/PLSQL, the median function returns the median of an expression.原创 2022-07-05 15:46:09 · 239 阅读 · 0 评论 -
Oracle/PLSQL: Log Function
In Oracle/PLSQL, the log function returns the logarithm of n base m.原创 2022-07-05 15:45:31 · 114 阅读 · 0 评论