The conditional operator ?:
, also known as the ternary conditional operator, evaluates a Boolean expression and returns the result of one of the two expressions, depending on whether the Boolean expression evaluates to true
or false
.
- Aug 04 Tue 2020 13:51
C# ?: 運算子
- Jul 20 Mon 2020 13:37
C# TryParse 達成IsNumeric判斷
- Jul 20 Mon 2020 11:39
SQLite Transaction
- Jul 06 Mon 2020 13:45
PL SQL 檢查統一編號
create or replace function XXXXXXXXXXX(PVENDOR_ID IN VARCHAR2) RETURN int is
RETURNVAL int;
- Jun 29 Mon 2020 11:26
Oracle sequence number not allowed here
- May 28 Thu 2020 16:43
資料夾的內容「大小」跟「磁碟大小」
- Nov 22 Fri 2019 11:35
SQL 判斷區間是否重複